Ready to post? First, try searching for your answer.
Currently the examples provided by the documentation doesn’t work. I am posting this after searching githubdotcom/auth0/nextjs-auth0
The documentation says
The SDK mounts 6 routes:
/auth/login
: the login route that the user will be redirected to to start a initiate an authentication transaction/auth/logout
: the logout route that must be addedto your Auth0 application’s Allowed Logout URLs/auth/callback
: the callback route that must be addedto your Auth0 application’s Allowed Callback URLs/auth/profile
: the route to check the user’s session and return their attributes/auth/access-token
: the route to check the user’s session and return an access token (which will be automatically refreshed if a refresh token is available)/auth/backchannel-logout
: the route that will receive alogout_token
when a configured Back-Channel Logout initiator occurs
I am getting 404. for login. As per the doc, I am using tag.
Please advuse.
Thank you,
Kumanan