Zero to Prod in Half an Hour: Part 5 — Implementing an OIDC Authenticator
This lecture will implement the Authenticator that we outlined in the previous lecture. Our authenticator will extend an OIDC provider, and and oauth2 Config. In the upcoming lectures we’ll use this Authenticator to implement identity management functionality of our app.