Hey , I was checking the Auth code grant Flow for google sign in . Wanted to understand if there was a way to send other user meta data as well apart from google user id and auth code from google to the redirection route handled on frontend .
Use case : I have user's dept data for every user in g-suite (cpmany domain) . I want to assign roles to user post sign up automatically so I was thinking of overriding the signinup function but I would also need other use meta data (present in google) and would need the frotnend to send it when calling signinup api . Hence wanted to understand if this data can be flown from google to redirect route setup and fe and if fe can add it in payload while calling signinup