amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

How secure is this solution? #150

Open blaataap opened 5 years ago

blaataap commented 5 years ago

So i have implemented this quickstart but im wondering how secure this is? For example all client id's are exposed client side. Next to that i was able to login using the access_tokens from localstorage. Just by copy and pasting the localstorage i was able to login on a different browser/computer.

Is this just as designed or should this never be used in production/publicly?