Closed coltoneshaw closed 2 years ago
I see it doesn't allow scope
for the grant type authorization_code
. Is that intentional? My Oauth provider uses the below:
https://api.planningcenteronline.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=https://example.com/auth/complete&response_type=code&scope=people
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.