Hey All, I'm storing custom sign up fields in the user metadata and I want to put them in the access token payload. So I override the signUpPOST and the createNewSession ... the issue is that on sign up the user metadata is still empty for the createNewSession method and so the access token on the frontend will not contain the metadata fields. Is there a way to bypass this? Maybe on post sign up on the frontend, refresh the token explicitly ? Is that possible ? thanks