Hey folks, with the auth0 stack - <https://serverl...
# help
t
Hey folks, with the auth0 stack - https://serverless-stack.com/examples/how-to-add-auth0-authentication-to-a-serverless-api.html What method from aws-amplify package do we use to login/redirect to auth0? or do we use the auth0 package directly? (I am using nextjs on front-end)
f
Hey @Tharshan, yeah you’d login to auth0 normally. Once logged in, you then use the aws-amplify package exchange the auth0 token for a set of IAM credentials.