Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
OAuth 2.0: The Complete Guide
Rating: 4.1 out of 5(149 ratings)
709 students

OAuth 2.0: The Complete Guide

Covering OAuth 2.0 Workflows, Endpoints, Scopes, Tokens: JWTs and API Security. Real-life examples included!
Last updated 10/2023
English

What you'll learn

  • Deep Understanding of the OAuth 2.0 Protocol
  • Deep dive into Tokens, their Types and Lifetime
  • How is OAuth actually working
  • OAuth Grant Types
  • What is JWT and its Structure
  • Use OAuth to Protect your APIs
  • OAuth Endpoints
  • OAuth Scopes
  • Hand-on practice examples to access Public APIs using OAuth 2.0
  • Why Social and Internet Applications give us the option to sign up using other applications

Course content

5 sections17 lectures1h 56m total length
  • What is OAuth?1:44
  • The General OAuth Flow Explained6:50
  • OAuth Terminology and Key Components8:24
  • OAuth Detailed Workflows8:58
  • What is OAuth used for?6:42
  • OAuth Scopes9:25
  • OAuth Endpoints9:06
  • OAuth Best Practices10:31

Requirements

  • No prerequisites needed for this course

Description

OAuth 2.0 has become the web-industry standard protocol for providing secure access to web APIs, allowing applications to access users' data without compromising security and actually passing their password around. Companies around the world add OAuth to their APIs to enable secure access from their own mobile apps and third-party IoT devices and even access to banking APIs. So if you think about the big names in the technology industry, you can pretty much bet they have OAuth implemented.

With that being said, it is pretty obvious that this skill will improve by a mile your software developer abilities and will make you much more valuable in the work field.

If you're building an API, you'll learn in this tutorial the differences and tradeoffs between different access token formats, including JWT, how to choose an appropriate access token lifetime, and how to design scopes to protect various parts of your APIs.


By the end of this course, you’ll understand:

  • The problems OAuth was created to solve

  • The actual types of workflows regarding OAuth detailed in steps

  • The basics of OAuth 2.0 including what it is, how it is used, and what it is used for.

  • OAuth 2.0 Endpoints that you can call

  • OAuth 2.0 Terminology and key components

  • Deep dive into tokens and their types

  • JWT and its structure and also how they work

So, if all of this sounds interesting, I look forward to seeing you guys in the lectures! :)

Who this course is for:

  • This course is for beginners in API Security and OAuth 2.0