Authentication Mechanism

Application authentication works with the OAuth2.0 authentication mechanism. In the backend, we initiate a request to selected Identity provider at the time of login or signup and ask users to log in there. Once login is successful, Identity provider sends back some necessary information with which user logs into this Playground.

It is safe as OAuth2.0 is industry standard to let users logging into applications via other applications with necessary information without disclosing all resources.