Authenticate and Secure Next.js App Users with Auth0 and TypeScript

Ernesto F
Level Up Coding
Published in
6 min readJan 17, 2020

--

This article is the first of several in a series of posts aimed at helping frontend devs build applications with the set of tools I use daily with fairly good success.

As a frontend engineer building a web application, your application will likely need to provide security with authenticated access to some user resources. This usually happens in the…

--

--