Hi! This is an example of NextJS 14 + AuthJS

You can access this route since the middleware is responsible for checking if the user is logged in to the routes that begin with /protected

If you are not logged in you will be able to see the comments but not post one

Comments

undefined