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 Config
Change AuthProvider
Comment another provider in the following file and uncomment Aws one.
Change Auth Hooks
Comment another context in the following file and uncomment Aws one.
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:
For nextJS, refer next-auth site:
For nextJS, refer next-auth site: