-
Notifications
You must be signed in to change notification settings - Fork 22
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
Terminology for OAuth flows is incorrect #252
Comments
So will we include these edit in this issue also? |
@HollyJoyPhillips Yes, I will do that. |
@tanphamhaiduong Thanks, looks good. Can you add the hyperlink on 'Reapit Connect'? |
Developers are required to select the auth flow that their application will use as part of registration process:
The terminology for these flows isn't right. OAuth is a well known standard for managing auth so urge that we standardise our UI to present recognisable flow names
User session should be authorization code / Reapit Connect
Client secret should be client credentials
Similar but less important, I think it wouldn't hurt to get the 'scopes' terminology in here. We use 'permissions' at present, which is more user friendly, but scopes is an OAuth concept that indicates to the developer that their bearer token will be responsible for delivering their access via scopes.
See mock up:
Please can we hyperlink the 'Reapit Connect' to https://foundations-documentation.reapit.cloud/api/reapit-connect
The text was updated successfully, but these errors were encountered: