My scenario: - User signup and defaults to default org - User has possibility to create organization - When he creates organization, in backgroud via webhooks I do: -- create new or -- move user to newly created org
My challange: - next still see user in default organization, i have to force reauth
Is there any more user friendly workaround Like to manually force refresh jwt? Or should i just take it as it is?