black-bits / laravel-cognito-auth

MIT License
89 stars 51 forks source link

[Help Wanted] SSO Without having to enter the credentials again. #48

Open AndreiBil opened 1 year ago

AndreiBil commented 1 year ago

Hello, I am having issue with the follow: I already set the SSO to true, but the behaviour its not as expected.

Expected behaviour was that once the SSO is set to true, once I login in app A, if I visit app B, to be already logged in, or to at least be automatically logged in once I press log in.

Current behaviour is that I need to re-enter the same credentials in app B, that I just entered in app A.

Is there any other setup that I must do? or is this not a feature yet?

Thanks