Spring security with JWT based login [Without OAuth]
28 Aug 2020 1 min read springboot spring-security jwt javaIntroduction
This blog post will demonstrate the spring-security with JWT token based login without using OAuth. In some use-cases where you require stateless/token based login but doesn’t want to go with OAuth for any reason, the JWT based login is useful.
Video Tutorial
Source Code
The source code for tutorial can be found here.