Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 3 – Bringing it all Together

In parts one and two of this blog series, we went over how to set up Auth for both the frontend and the backend. However, one thing we left out was combining everything together. In my final post on OAuth 2.0 and OpenID Connect, we’ll go over how to combine the backend and the frontend […]

Read more "Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 3 – Bringing it all Together"

Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 2 – Securing the Backend

In Part 1 of my series on authentication and authorization, I went over how to create a secure basic front-end application behind a login screen. In today’s post, we’ll take it a step further and introduce and backend component. Since backends to applications are often stateless, the process to allow access is somewhat different and […]

Read more "Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 2 – Securing the Backend"

Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 1 – Basic Authentication

Authentication and authorization are one of the most critical pieces of a web application. Getting them wrong can be catastrophic and getting them right can be confusing if you aren’t familiar with how they all work. In this new multi-part series I’m going to go over everything you need to know about setting all of […]

Read more "Authentication and Authorization with OAuth 2.0 and OpenID Connect: Part 1 – Basic Authentication"