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
This is probably an edge case, but I am using a frontend to do the first part of the authentication and just the last part is done by the backend. (nuxt auth)
The text was updated successfully, but these errors were encountered:
Using PKCE will crash when using stateless since it accesses session() but there is no session.
I would do something like this, which solves the problem in AbstractProvider.php
This is probably an edge case, but I am using a frontend to do the first part of the authentication and just the last part is done by the backend. (nuxt auth)
The text was updated successfully, but these errors were encountered: