is this behavior corrrect?? client session keeps authenticated even if user signout by signout methods. #12355
Replies: 1 comment
-
@takakikasuga you're right. This example is actually a bad example of client-side next-auth. If you look at the source for this page and the associated app router layout component, you'll see that the You're technically still signed out, though. To verify this:
The problem with this example is that the none of the sign in or sign out functionality takes place in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction URL
https://github.com/nextauthjs/next-auth-example
behavior
client session keeps authenticated even if user signout by signout methods.
https://next-auth-example.vercel.app/client-example
2024-12-07.6.58.49.mov
Beta Was this translation helpful? Give feedback.
All reactions