Is there an easy way to add claims (like the users email) to the session on the frontend? Asking because im following the flow for OIDC login with Okta with a custom built UI and we have to call signInAndUp() from the frontend like here https://supertokens.com/docs/thirdparty/custom-ui/thirdparty-login. We get the users email from the signInAndUp response but not sure where we can add it to the session from here. Unless maybe added a custom next api route to invoke the createNewSession function from supertokens-node?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).