This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Unauthenticated after connection ? #186
Replies: 1 comment
|
I just found, the problem comes from a bad version of the authjs package at installation, I uninstalled all, and redid the install, I was in version: @auth/core": "^0.17.0" and after reinstallation: @auth/core": "^0.32.0", with 0.32.0 it works fine. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, first of all thank you for the library, it is really top but I have a problem. I'm authenticating with nuxt3, AuthJS nuxt. I can connect but I have a problem. I can't retrieve the sessionToken. This
{{ sessionToken }}remains empty.And when I want to display the
{{ status }}it stays on unauthenticated? even though I can retrieve the other info. If you have a solution or a demo project with this topic I'm interested. Thank you very much.All reactions