Zero to Prod in Half an Hour: Part 4 --- App Authentication Overview
In this section, we’ll create a blank project for your web application, then overview how we can implement an Auth0 Authenticator for our application to be used in our OAuth 2.0 authentication login, callback, and * logout* routes.
Lecture
Zero to Prod in Half an Hour: Part 4 --- App Authentication Overview
Playlist
▶ Part 4: App Authentication Overview
Tools and Technologies Mentioned
Here are the tools and technologies that were mentioned in the video, along with related articles and other helpful links.
- OAuth 2.0
- How Does OAuth 2.0 Work?
- Auth0
- JSON Web Tokens (JWT)
- OpenID Connect (OIDC)
- Go OIDC
- Go OAuth2 Package
OAuth2 Authentication Sequence Diagram
Here’s the sequence diagram that the video talked about:
Read The Source
Until the next lecture… May the source be with you 🦄.