https://supertokens.com/ logo
#support-questions
Title
# support-questions
n

Naf

07/17/2022, 4:05 PM
Thoughts on adding an event on
supertokens-web
when the user's payload changes? Right now I'm getting around it by refreshing the session and doing what I need to do in that event handler, but it would be nice to have its own event action
r

rp

07/17/2022, 4:07 PM
Hey! There should already be an event like this called
ACCESS_TOKEN_PAYLOAD_UPDATED
. Checkout the latest version of the SDK.
n

Naf

07/17/2022, 4:07 PM
Ah, thanks