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

Add an http interceptor to add authorization token to http calls #142

Open Craig1f opened 6 years ago

Craig1f commented 6 years ago

Use an http interceptor to add the authorization header to http calls to further decouple the rest of the application from the authorization layer.