Next-Auth with Provider.Credentials: How to implement when API is already returning a JWT Token? – Twitter API
I have a NextJS page where I try to implement Next-Auth. I use credentials to login to my Rails API. My API is returning (already) a JWT-Token. (so NextAuth must not create it) How to implement the Provider.Credentials for [...nextauth].js…