-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Social auth] Support authentication with OAuth2 providers (Google, Facebook, LinkedIN, Github, etc) #125
Comments
I won't have time to implement this in February. |
I finished to refactor the authentication system in version 1. So we will able to add social authentication this summer. |
Might be useful for if you take a look at https://github.com/laravel/socialite. I wouldn't call myself a laravel fan, I've just used it. I can say that it's more than 5 years that it's actively being developed and used by many. I consider laravel well designed and robust framework. Foal can benefit from the good that laravel has :) |
Any news on this feature? |
I'm going to block next week to work on it. I already have something waiting on the paper. Which social provider would you need first? Are you building an SPA or are using SSR? |
Thank you for your answer. |
I'm making progress on social auth: #563. Thank you for the link @OrkhanAlikhanov . It helped! |
Google and Facebook providers have been released in version 1.3. Github and LinkedIn providers will be released with version 1.4 (PR already merged). I'm closing this then. If someone requires authentication with Twitter (which uses a different protocol than the others), feel free to open an new issue for this 👍 |
The text was updated successfully, but these errors were encountered: