Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.04 KB

secure-me-please build

spring oauth2 security example (spring-data mongodb users)

spring-stack:

  • spring-security-oauth2
    • resource server
    • authorization server
    • spring-security-test
  • mvc-test
  • spring-data rest/mongo
git clone ... && cd $_
gradle clean test

read for details:

  • comments in com.daggerok.oauth2.SecureMePleaseApplication main class
  • or tests in com.daggerok.oauth2.SecureMePleaseApplicationTests

links: