Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 584 Bytes

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!!!