...

/

Introduction: Securing the Backend Using Auth0

Introduction: Securing the Backend Using Auth0

An overview of securing the backend of the app using authentication and authorization.

We'll cover the following...

Overview

In this chapter, we'll implement authentication and authorization in our “Q&A” app. We will use a popular service called Auth0, which implements OpenID Connect (OIDC), to help us to do this. We ...