Skip to content

ganesh-nag/OAuth2-JWT-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

OAuth2-JWT-SpringBoot

Explains OAuth2 authorization using JWT in Spring Boot

@author Ganesh Nagalingam

This topic explains OAuth2 (Open Authorization) using JWT tokenstore developed in Spring Boot. It uses PASSWORD grant type. User authentication is done at database level (Oracle XE). The code can be imported in your local machine and a maven build can be done to test and understand the flow.

Happy learning!!!