How to add additional data to events? #11427
Unanswered
HellYeahOmg
asked this question in
Help
Replies: 1 comment
-
You can use Lazy Initialization to get the cookie attached to the request anywhere, not just at the sign-in event. localstorage information would be a good idea to add to the cookie. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to pass down some client data stored in local storage and then use it on signIn events and such, but as far as i get, events are executed on server side? So Is it possible? I don't see any custom fields for this in the docs.
Beta Was this translation helpful? Give feedback.
All reactions