I'm trying to get AWS Cognito to authenticate my users, I have signed users up, logged them in etc
I'm currently sending the JWT token over the Authorization header as follows:
cleint.open("GET", url) cleint.setRequestHeader('Authorization', 'Bearer ' + cognitoUser.signInUserSession.accessToken.jwtToken) cleint.send()
2.1m questions
2.1m answers
60 comments
57.0k users