Skip to content

Update user data in authenticator.isAuthenticated(request) #136

Answered by sergiodxa
kavinvalli asked this question in Q&A
Discussion options

You must be logged in to vote

If you update the user data you need to get the session object, change the authenticator.sessionKey with the new value, commit the session and send the new cookie to the browser, on the next request isAuthenticated will give you the need value from the session.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kavinvalli
Comment options

@sergiodxa
Comment options

@andreujuanc
Comment options

Answer selected by sergiodxa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants