NextJS uses next-auth as authentication, so no docs provided here
JWT to Supabase
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 details, refer to Supabase here:https://supabase.com/
Comment out another context in the following file and uncomment the Supabase one.
JWT to Supabase
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 details, refer to Supabase here:https://supabase.com/
Change Config
Change AuthProvider
Comment out another provider in the following file and uncomment the Supabase one.
Change Auth Hooks
Comment out another context in the following file and uncomment the Supabase one.