Google identity authentication flow with internal user
I am integrating a google identity authentication flow in my web application.
I have an internal user model so when the user authenticate via google i would like to reconicilate the email i received with my internal user model (and insert a new internal user if the email cannot be found).