How to Build your own JWT Authentication with WebFlux and Spring Security
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.