black-bits / laravel-cognito-auth

MIT License
89 stars 51 forks source link

Can this work localy? #23

Closed foo123 closed 4 years ago

foo123 commented 4 years ago

We are making an AWS app using laravel and we are thinking of using amazon cognito for user authentication. It is wonderful this package is available (although in beta).

However I have one question maybe stupid.. Can this be used while developing localy on my local computer or does it need tofunction only inside EC2 or beanstalk? I mean while my app is in dev and it doesnt have a public url yet.

kuldeepcis commented 4 years ago

yes, it'll work on locally

foo123 commented 4 years ago

Great thank you!