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
I want to make use of the Discord Provider but the consent screen is a bit annoying every time and i know from the discord docs, that it can be avoided. But I am unsure whether the Socialite Discord Provider is able to, with the current set of functions.
Explain the problem: On every login attempt the consent screen appears. This should however not be the case if a user is already registered and the Application already made use of his data.
Steps to reproduce: Simply use the discord provider as instructed. I added my code below.
Hey there, thanks for your work!
I want to make use of the Discord Provider but the consent screen is a bit annoying every time and i know from the discord docs, that it can be avoided. But I am unsure whether the Socialite Discord Provider is able to, with the current set of functions.
Explain the problem: On every login attempt the consent screen appears. This should however not be the case if a user is already registered and the Application already made use of his data.
Steps to reproduce: Simply use the discord provider as instructed. I added my code below.
Environment: Laravel 10 with PHP-FPM 8.2 and NginX on Docker, using MySQL DB
In the Provider code i saw this, but it appears to be in use even though i did not specifically call it.
The text was updated successfully, but these errors were encountered: