How to Build your own JWT Authentication with WebFlux and Spring Security

Posted on Jul 17, 2021 in
Reading time: 1 minute

Intro

In this tutorial I’ll demo how to use Spring Boot, Spring WebFlux and Spring Security to build a custom authentication based on JSON Web Tokens (JWT).

Users will be able to sign in using a username and password and the application will exchange those for a JWT which can be used to make authenticated requests.

🍿 Watch on YouTube or get the code from GitHub

The Dead Letter Queue

Love what you're seeing? By subscribing to my newsletter, not only will you be the first to know about fresh tutorials and videos, but you'll also unlock:

Subscribe now and become a part of our growing tech tribe!