Authentication
Answered
Spectacled Caiman posted this in #help-forum
Spectacled CaimanOP
Why is it authenticating every single page including "/register"? Is there a thing in nextjs where there is automatic authentication happening?
Answered by joulev
no... nextjs doesnt do anything by itself. you need to code this for it to do this
4 Replies
Spectacled CaimanOP
I cloned this repo from somewhere, not sure which files to check.. so i ask if this is actually a thing. Hopefully a clue for me to search the right file
no... nextjs doesnt do anything by itself. you need to code this for it to do this
Answer
Spectacled CaimanOP
Going to a route which doesnt exist will bring me back to /login
@Spectacled Caiman Going to a route which doesnt exist will bring me back to /login
Greenish Elaenia
This sounds like middleware.ts's doing