AWS Amplify Auth on a NextJS app
Hello everyone. I have a NextJS 13 app and I want to use the Amplify auth SDK for auth since it's convenient.
The "problem" is that I've found it to be mostly a client-side SDK whereas I want to use it strictly on my API routes.
Should I use it or should I go for raw Cognito ?
0 Replies