Is there a way to add custom fields to the user session? More specifically, I’m building a multitenant app and need to store the following fields:
roles: Array<Role>
orgId?: Organization["id"]
I’d also like to update these fields - for example, when the user switches organizations, both orgId and roles should be updated in the session.