I’m hacking my way round authentication with Auth0, and I’ve basically got it working.
However, I want to put the JWT/id_token into the wappler session.
I’ve got the session storage manager set up on every page, with the right variables, and I can set a variable on one page and have it alerted on another.
But how can I set it from plain javascript which I’ve got running in the raw code view?
Oh, one more note in case it’s useful - the session isn’t dynamically updated in the app at the it’s set. The page has to refresh or redirect to another page before the new session value is “live”.