ArranJacques / laravel-aws-cognito-auth

An authentication driver for Laravel for authenticating users in AWS Cognito User Pools.
Other
74 stars 26 forks source link

Get Token Without Password (SSO) #27

Open asadmoosa opened 4 years ago

asadmoosa commented 4 years ago

How do we do when we log in using token without password because of Single Sign-on? I've created AWS cognito app using react and then apps (laravel-based) will be under that website. So, all apps should get token without password in order to log in. How do we do that? Please help.

carcinocron commented 4 years ago

https://github.com/pmill/aws-cognito

I would look at this instead, this library seems to be for passing your password through your server instead of SSO.