Authenticating with user+pass
Unanswered
Eastern yellowjacket posted this in #help-forum
Eastern yellowjacketOP
I'm starting to learn Next.js (currently a long time Ember.js dev) and trying to make a dummy app with login and some features.
I'm kind of lost of where to start to get some auth features:
- Sign in using user+pass against an external api using GraphQL to get a JWT.
- Have authorized/unauthorized routes.
Auth.js seems to be the go-to library, but from what I read, it seems to be aimed for projects where Next.js is used as a fullstack platform, I'm just using for frontend since already have an external api.
I'm kind of lost of where to start to get some auth features:
- Sign in using user+pass against an external api using GraphQL to get a JWT.
- Have authorized/unauthorized routes.
Auth.js seems to be the go-to library, but from what I read, it seems to be aimed for projects where Next.js is used as a fullstack platform, I'm just using for frontend since already have an external api.