...

/

Configure OAuth2 Provider

Configure OAuth2 Provider

Learn how to configure the OAuth2 with an authorization server.

We'll cover the following...

Overview

As mentioned in the lesson “OAuth2,” we need to register our application with the authorization server (Google, in our case). Since the passage of General Data Protection Regulation (GDPR) legislation, the world is paying a lot more attention to privacy and data protection. For this reason, Google requires that they verify your application before it can be used in production. This verification process ensures that the application uses user data responsibly, such that the user can be sure that their data won’t be abused.

Note: The OAuth2 setup in this lesson assumes that you already have ...