• Stars
    star
    413
  • Rank 104,801 (Top 3 %)
  • Language
    Java
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spring Security Sample Project

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.