Switch to AWS Cognito
JWT to AWS Cognito
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: https://aws.amazon.com/cognito/
.env
Change Config
src\config.ts
Change AuthProvider
Comment another provider in the following file and uncomment Aws one.
src/App.tsx
Change Auth Hooks
Comment another context in the following file and uncomment Aws one.
src/hooks/useAuth.ts
For nextJS, refer next-auth site: https://next-auth.js.org/providers/cognito
For nextJS, refer next-auth site: https://next-auth.js.org/providers/cognito
Last updated