Pass empty scope to Twitch OAuth #14778
Unanswered
Mammonator
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am making an application that uses Twitch OAuth. The default scope in the implementation is
user:read:email, which I do not need for this application. Not requiring email permissions will make applications such as this easier to trust, since an empty scope only returns public information.Ideally, it should be possible to pass an empty string as a scope, but it seems like this is ignored in the gotrue fork:
Maybe it should be possible for the client to pass
null, or an empty string to get an empty scope?All reactions