Authorization with OAuth 2.0 in Python
OAuth 2.0 is an authorization protocol that provides authorization workflows for different applications.
Open authorization (OAuth) is an open standard for authorization that enables apps to provide client applications with secure delegated access. It works over HTTPS and uses access tokens rather than user credentials. It allows sharing resources stored on one site with another with limited, strictly delimited client-side control.
This course provides information about OAuth 2.0, its components, and its workflows. We will learn how to build an application demonstrating Google sign-in integration. Lastly, this course will provide recommendations and resources for further exploration of the OAuth 2.0.
There are no reviews yet.