Authenticating HTTP Requests in Modern Web Apps

Ensure your users are authenticated using modern technologies like Axios, JWT, and TypeScript.

Jake Richards
Level Up Coding
Published in
2 min readAug 16, 2019

--

Ensuring a user is authenticated is an essential part of creating a modern web application. Today, we’ll be looking at a common approach using JWT access and refresh tokens with Axios. The examples will be written in TypeScript…

--

--

Hey, I’m Jake — a Software Engineer. My passion is transforming ideas into reality through coding.