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
I'm using cognito and nuxt-auth in a nuxt2 project
I want to apply a custom UI instead of the login UI provided by AWS, so I implemented login using aws-apmlify package, but the token is not renewed, how should I configure nuxt.config.js?
I didn't configure amplify with the CLI because it only requires authentication during the aws-amplify service.
// current nuxt.config.js
// current Login Page
// Request URL and error message
The text was updated successfully, but these errors were encountered:
After modifying the settings in nuxt.config.js like this, I don't get the error I posted above.
Instead, it doesn't renew the token when it expires, what should I do?
Take a look at this scheme https://auth.nuxtjs.org/schemes/refresh
I believe it's because the local scheme does not implement a refresh logic.
Also by looking at endpoints, it does not have a configuration for the refresh endpoint.
I'm using cognito and nuxt-auth in a nuxt2 project
I want to apply a custom UI instead of the login UI provided by AWS, so I implemented login using aws-apmlify package, but the token is not renewed, how should I configure nuxt.config.js?
I didn't configure amplify with the CLI because it only requires authentication during the aws-amplify service.
// current nuxt.config.js
// current Login Page
// Request URL and error message
The text was updated successfully, but these errors were encountered: