Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbafna/oauth2
Spring Security OAuth2 sample with separate Resource and Auth servers
https://github.com/nareshbafna/oauth2
Last synced: 13 days ago
JSON representation
Spring Security OAuth2 sample with separate Resource and Auth servers
- Host: GitHub
- URL: https://github.com/nareshbafna/oauth2
- Owner: nareshbafna
- Created: 2013-08-12T16:25:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T15:19:12.000Z (almost 11 years ago)
- Last Synced: 2024-08-01T16:22:50.055Z (3 months ago)
- Language: Java
- Size: 255 KB
- Stars: 64
- Watchers: 16
- Forks: 48
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the from sample application I found on https://github.com/SpringSource/spring-security-oauth.git
I just did following on top of the samples
1. Moved from tomcat to jetty
2. Changed storge and in memory implementations to jdbc ones
3. Separated oauth resource and authentication servers