Switch to AWS Cognito
Last updated
Last updated
Set AWS Config
At present, AWS uses a dummy config, so we don't need to change anything, but in actual implementation, you need to set poolId and appClientId in the following file. For more detail refer to AWS here:
Change AuthProvider
Change auth Hooks
Comment another context in the following file and uncomment Auth0 one.
It's also super simple. We have provided a code that just needs to be replaced.
From: src\sections\auth\login\AWSCognitoLogin
To: src\sections\auth\auth-forms\AuthLogin.js
We have provided a code that just needs to be replaced.
From: src\sections\auth\register\AWSCognitoRegister
To: src\sections\auth\auth-forms\AuthRegister.js
For nextJS, refer next-auth site:
For nextJS, refer next-auth site: