SamVerschueren / ngx-api-gateway-client

AWS API Gateway Client for Angular
MIT License
8 stars 2 forks source link

How to use it with Angular interceptor? #8

Open dm-grinko opened 6 years ago

dm-grinko commented 6 years ago

I want to manually manage my requests using Angular interceptor. Is it possible to generate Authorisation token using credentials from Cognito pool?

SamVerschueren commented 6 years ago

I'm not sure if I understand your question :), can you elaborate?

Do you want to use this module or are you looking into signing the requests yourself with an interceptor?

dm-grinko commented 6 years ago

I was going to use this module.

SamVerschueren commented 6 years ago

I believe I understand what you need. So you use an identity pool with users and their credentials, right? This is currently not supported. The method implemented here is developer authenticated identities.