-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wip ayushpaharia responsiveness #146
base: master
Are you sure you want to change the base?
Wip ayushpaharia responsiveness #146
Conversation
Signed-off-by: guxiaoyang_s20_307 <[email protected]>
Issue: 1. Api "https://api.github.com/user/emails" 不再支持 query params 方式追加 access_token参数; 2. Api "https://api.github.com/user" 不再支持 query params 方式追加 access_token参数; Resolve: 以上两接口均按 [github 文档-user](https://docs.github.com/en/free-pro-team@latest/rest/reference/users#list-email-addresses-for-the-authenticated-user)改为 在 header 中 添加 - ("Authorization", "token " + access_token); - ("access", "application/vnd.github.v3+json"); 得以解决。
* fixed some typos and pointer * fixed some typos and pointer
Two apis of github oauth changed which cause login failed
Add more details about setting up OAuth application
Signed-off-by: Pranav Kulshrestha <[email protected]>
Aligning the submit button in the add policy page - (Solves - casbin#125)
Signed-off-by: Pranav Kulshrestha <[email protected]>
Signed-off-by: Pranav Kulshrestha <[email protected]>
Center aligning the submit button for the add and edit page - (Solves - casbin#143)
@tangyang9464 @closetool @sagilio please review |
guxiaoyang_s20_307 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
@ayushpaharia plz fix: |
@tangyang9464 @seriouszyx @Steve0x2a @nodece plz review |
Fixes : #114
Description :
Screenshot of changes :
Please ensure Checkmark the following :