Replies: 1 comment 2 replies
-
I may be wrong, but it seems to me that the OAuth 2.0 flow is already there, it's just the stateless method that is missing as I've tried adding the |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Since Twitter now uses OAuth 2.0, the Laravel Socialite Facade should be updated to make use of that and also allow the
stateless()
method.From the docs:
Beta Was this translation helpful? Give feedback.
All reactions