Skip to content

In this article, we will be discussing about OAUTH2 implementation with spring boot security and JWT token and securing REST APIs.In my last article of Spring Boot Security OAUTH2 Example, we created a sample application for authentication and authorization using OAUTH2 with default token store but spring security OAUTH2 implementation also prov…

Notifications You must be signed in to change notification settings

only2dhir/spring-boot-security-oauth2-jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

spring-boot-security-oauth2

This article aims to provide a working example of spring boot security oauth2. To ge started with this project just checkout the project and set up the database configuration as per application.properties and run Application.java as a java application and you are done. The complete explanation is provided on my blog - spring security oauth2 example This project uses

  1. Spring Boot 1.5.8.RELEASE
  2. Java 8
  3. MySql

Visit spring security for other similar articles on spring security.

About

In this article, we will be discussing about OAUTH2 implementation with spring boot security and JWT token and securing REST APIs.In my last article of Spring Boot Security OAUTH2 Example, we created a sample application for authentication and authorization using OAUTH2 with default token store but spring security OAUTH2 implementation also prov…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages