Our application employs Google OAuth integration for user authentication, requiring the input of a valid Google account.
During this process, we do not validate email ownership; rather, we rely on the response provided by Google services.
Once authenticated, the user email matched with our internal database to ensure proper authorization for access to internal tools. Profile info is used for audit and logging purposes.
It's important to note that our application relies entirely on the robust security measures implemented by Google services to safeguard user authentication.