We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What's the best way to attach scope to an OAuth client? I don't see it included in the types, but looking at the util.ts code it's included.
util.ts
The text was updated successfully, but these errors were encountered:
I see it doesn't allow scope for the grant type authorization_code. Is that intentional? My Oauth provider uses the below:
scope
authorization_code
https://api.planningcenteronline.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=https://example.com/auth/complete&response_type=code&scope=people
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What's the best way to attach scope to an OAuth client? I don't see it included in the types, but looking at the
util.ts
code it's included.The text was updated successfully, but these errors were encountered: