aws-serverless-auth-reference-app icon indicating copy to clipboard operation
aws-serverless-auth-reference-app copied to clipboard

Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.

Results 14 aws-serverless-auth-reference-app issues
Sort by recently updated
recently updated
newest added

After a user signs in, it seems that everything is just saved to local storage: https://github.com/awslabs/aws-serverless-auth-reference-app/blob/master/app/src/services/account-management.service.ts#L368 Which looks to be the standard javascript localstorage: https://github.com/awslabs/aws-serverless-auth-reference-app/blob/master/app/src/services/account-management.service.ts#L560 Is this secure? I was...

I am trying to store login token and use it to login to the app automatically, the next time user launches the app

I'm checking out this reference app in order to start figuring out how to piece together my own application. It's a great start. If you wanted to allow sign in...

Hi, There is manifest and service-worker in the App, though I can't convert this to Progressive Web App. Data is not saved in cache.so, App didn't work offline. Can Anyone...