Skip to content

GeniusDP/java-spring-security-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Security Example

Sample project demonstrating configuration and usage of Spring Security framework

Please see the article here

Used Core Libraries

Project Demonstrates

  • Spring Security Configuration
  • JWT Based Stateless Authentication
  • Role Based Authorization
  • Integration Testing

Important Notes

  • The article is outdated, in the project authentication is implemented using the spring-boot-starter-oauth2-resource-server library. I will update it when I have some free time.
  • For the sake of simplicity, I keep RSA key pairs in the git repository. Please don't follow this approach in real applications and extract sensitive information outside the project repository.

About

Spring Security Sample Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • HTML 0.4%