You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this closed issue in the Discord API Github you should be able to have oauth for Discord occur in the native android app if its installed, however currently supabase-kt only redirects to a browser to authenticate. I have had feedback from multiple users that they would prefer if it authenticated them in the Discord app itself.
Usecase
Given user chooses to Auth via Discord
When they tap sign in with Discord in my app
And they have Discord installed on the same device
Then the user will be redirected to the Discord app to authenticate
And not be brought to a web page
The text was updated successfully, but these errors were encountered:
General Info
Feature request
According to this closed issue in the Discord API Github you should be able to have oauth for Discord occur in the native android app if its installed, however currently supabase-kt only redirects to a browser to authenticate. I have had feedback from multiple users that they would prefer if it authenticated them in the Discord app itself.
Usecase
Given user chooses to Auth via Discord
When they tap sign in with Discord in my app
And they have Discord installed on the same device
Then the user will be redirected to the Discord app to authenticate
And not be brought to a web page
The text was updated successfully, but these errors were encountered: