Replies: 2 comments
-
For some reason now it works with using |
Beta Was this translation helpful? Give feedback.
0 replies
-
What version are you on? 5.0.0-beta.25 , does not trigger |
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
-
Hi. I have this simplified JWT callback in a credentials provider:
I have also tired passing an empty object (
{}
) to update(), but then the backend throws and the session token gets destroyed.I haven't found any place where this behavior is documented.
I would rather just fetch the user profile when something has changed rather than every time JWT is called. Is there a different way I can refresh the session?
This discussion seems similar, but it also seems quite stale: #3941 (comment)
Beta Was this translation helpful? Give feedback.
All reactions