DEV Community

Jitendra Singh Bisht
Jitendra Singh Bisht

Posted on

1

Spring security with JWT based login [Without OAuth]

The blog is originally published on my blog jsblogs.github.io


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.

Top comments (0)

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay