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
AuthorizationOptions.scope
related: #305, #306
Version 5.1 changed the accepted type of AuthorizationOptions.scope from string[] to string, which is a breaking change.
string[]
string
The text was updated successfully, but these errors were encountered:
introduced in #267
The only sensible approach is to accept both strings and arrays of strings for this argument.
Sorry, something went wrong.
Resolved by #309
Will publish this with a new minor release, once we got #314 merged.
No branches or pull requests
related: #305, #306
Version 5.1 changed the accepted type of
AuthorizationOptions.scope
fromstring[]
tostring
, which is a breaking change.The text was updated successfully, but these errors were encountered: