Skip to content
JSBlogs
Go back

Spring security with JWT based login [Without OAuth]

Introduction

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.


Share this post on:

Previous Post
Spring security using OAuth2 with Microsoft AzureAD B2C
Next Post
Spring security using OAuth2 with AngularJs [JWT]