Security

OAuth 2.0

Description

OAuth 2.0 is the industry-standard protocol for authorization.

Where to use

  • Delegated Access.
  • \n
  • Social Login.

Real World Example

Allowing a third-party print service to access your photos on Google Photos without giving them your password.

Code Example

class OAuth2.0:\n    def __init__(self):\n        pass\n\n    def execute(self):\n        print('Executing OAuth 2.0')