https://github.com/daggerok/secure-me-please
spring security authorization server @EnableAuthorizationServer and resource server: @EnableResourceServer example
https://github.com/daggerok/secure-me-please
oauth2 oauth2-client oauth2-server spring spring-boot spring-oauth2-security spring-security spring-security-oauth
Last synced: 2 months ago
JSON representation
spring security authorization server @EnableAuthorizationServer and resource server: @EnableResourceServer example
- Host: GitHub
- URL: https://github.com/daggerok/secure-me-please
- Owner: daggerok
- Created: 2016-04-30T22:34:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T23:40:56.000Z (about 10 years ago)
- Last Synced: 2025-08-13T22:31:15.648Z (11 months ago)
- Topics: oauth2, oauth2-client, oauth2-server, spring, spring-boot, spring-oauth2-security, spring-security, spring-security-oauth
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
secure-me-please [](https://travis-ci.org/daggerok/secure-me-please)
================
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
```sh
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:
- [spring](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/)
- [spring-security-oauth](http://projects.spring.io/spring-security-oauth/docs/Home.html)
- [spring-data-rest](http://docs.spring.io/spring-data/rest/docs/2.5.1.RELEASE/reference/html/)
- [spring-data-mongo](http://docs.spring.io/spring-data/data-mongo/docs/current/reference/html/)
- [embedded mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo)