You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current environment (AWS Cognito, Api Gateway Authorizer => Lambda) checks for and evaluates the IdToken. When I attempt to use the AccessToken, my api endpoints return a 401 Unauthorized.
What does the proposed changes look like?
Add a config option to utilize the returned IdToken instead of AccessToken. Default setting should still use AccessToken.
This feature request is available on Nuxt.js community (#c85)
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Currently, the auth-module uses the returned AccessToken and attaches it to each request (via the axios module). https://github.com/nuxt-community/auth-module/blob/master/lib/schemes/oauth2.js#L92
My current environment (AWS Cognito, Api Gateway Authorizer => Lambda) checks for and evaluates the IdToken. When I attempt to use the AccessToken, my api endpoints return a 401 Unauthorized.
What does the proposed changes look like?
Add a config option to utilize the returned IdToken instead of AccessToken. Default setting should still use AccessToken.
The text was updated successfully, but these errors were encountered: