nextjs-jwt-example
nextjs-jwt-example copied to clipboard
next.js authorization example including private route protection. WARNING - This is probably not a great reference in 2023 and beyond, consider using next-auth.
Results
2
nextjs-jwt-example issues
Sort by
recently updated
recently updated
newest added
Signed-off-by: Dweb Fan Close https://github.com/jasonraimondi/nextjs-jwt-example/issues/10
Seems like first time login, /dashboard page will display `isAuthenticated:YES`, but will display `isAuthenticated:NO` if clicking other page and then click /dashboard.