Hi, this might be a newb question (I only spent a day implementing react frontend with custom ui) bu...
r
Hi, this might be a newb question (I only spent a day implementing react frontend with custom ui) but is there a way to get the first and last name from metadata to be part of the access token/session on the frontend?
r
Hey @raf4723 there is. You can use session.mergeIntoAccessTokenPayload to add the info into the session.
See our docs for access token payload / claims in the session management section.
r
Thanks!