Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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