Replies: 1 comment
-
Well, is signout callback going to get added? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Provider type
GitHub
Environment
Reproduction URL
https://github.com/Notenlish/signout-bug-nextauth
Describe the issue
signOut callback should be triggered according to the documentation but it doesnt. In fact, my lsp tells me that signOut does not exist in callbacks. Idk what I'm doing wrong.
https://next-auth.js.org/configuration/events#signout
I can verify that signIn callback works, but signOut doesnt.
is there any workaround I could use? Why is signOut not recognized?
How to reproduce
Just clone the project, sign in with a test github App(you can create one yourself or use the one I created)
Expected behavior
it should print "Sign out happened!" when I sign out.
Beta Was this translation helpful? Give feedback.
All reactions