amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
423 stars 232 forks source link

Does not work with api-gw cognito athorization header? #10

Closed craiggunson closed 7 years ago

craiggunson commented 7 years ago

Perhaps I'm missing something, but doesn't seem to set header, which is used by built-in api gw cognito authorizer? $.ajax({... headers: { 'Authorization': idtoken },