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 found your repo while looking for a solution for a single sign-on with Laravel,
especially with Laravel Passport, which I've been playing around recently.
So just wanted to find from you how does it passport-sso-client works/?
I went through your code and I could see some lights for what I'm looking to achieve, but I need to get some info about the use case of this implementation.
any help would be appreciated.
Regards
The text was updated successfully, but these errors were encountered:
Thanks for checking my repo. I'm sorry for this late reply because I rarely checking my GitHub notification. And my repo still not documented well.
This repo was intended to be used personally. Laravel has Passport which provides OAuth Server and Socialite for allowing the user to login via Facebook/Twitter/GitHub. But Socialite still doesn't provide a provider to authenticate with Laravel Passport. If you have tried Laravel Socialite, you will get familiarized with passport-sso-client.
After you installed the server, next you can include "qwildz/passport-sso-client": "dev-master" in your website's composer file and publish the sso.php config file with php artisan vendor:publish. Set the url of the server you've installed before, client_id, client_secret.
Sorry if the explanation is not enough for you. Let me know if you have any question.
So if understood what u said above, it like the passport client work well with laravel Socialite.
Something like with passport client I will have a login with FB, twitter and laravel client, which will be my own implementation using your package on top of passport.
I will check it deep and let u know if I get stuck.
Hi @qwildz ,
I found your repo while looking for a solution for a single sign-on with Laravel,
especially with Laravel Passport, which I've been playing around recently.
So just wanted to find from you how does it passport-sso-client works/?
I went through your code and I could see some lights for what I'm looking to achieve, but I need to get some info about the use case of this implementation.
any help would be appreciated.
Regards
The text was updated successfully, but these errors were encountered: