Skip to content

Set of libraries that implement well known recipes using Spring Security and REST APIs

License

Notifications You must be signed in to change notification settings

ehayik/spring-security-recipes-build

Repository files navigation

Spring Boot Security Recipes

Set of libraries that implements well known Spring Security recipes while requiring developer minimal additional effort.

Recipes

  • Integration with zalando/problem-spring-web

  • Cors Filter based on JHipster Spring Security setup

  • Basic Authentication with CSRF protection for Angular

  • JWT Authentication

Dependencies

  • Java 8

  • Spring

  • Spring Security

  • Spring Boot

  • problem-spring-web

TODOs

  • Finish README

  • Implement Shared Sessions Recipe

  • Implement LDAP Recipe

  • Implement OAuth 2.0 Recipe