Uh oh!
There was an error while loading. Please reload this page.
feat: Adding Custom OAuth 2.0 Scopes - #30
Conversation
…eat/custom_oauth_scopes
With this option is possible to authenticate the created OAuthToken at the moment it is created or later on.
|
Although Breaking Changes are not ideal, they are necessary in this case to keep the code more organized. |
DevSlashRichie
commented
Apr 10, 2023
Looks great. Maybe we should find a way to add the static names of the scopes. |
Hugo1307
commented
Apr 11, 2023
What do you mean by Static Names of the Scopes @DevSlashRichie? Do you want me to add something like "Wallet Read" in the WALLET_READ enumerator? |
Description:
Previously, we were requesting all the available OAuth Scopes by default. After this PR it is possible for a developer to choose the OAuth Scopes he needs when he is creating an Authentication Token using the SDK.
What Changed:
.create()method) [BREAKING CHANGE].