Releases: ariphidayat/springmvc-oauth2-example
Releases · ariphidayat/springmvc-oauth2-example
Simple Implementation Spring Security OAuth 2.0 in separate application
This release include v1.0
and separate code in different application as a authorization-server
and resource-server
. Please read README.md for more information.
Simple Implementation Spring Security OAuth 2.0 in same application
This release include simple example of :
- Resource Owner Password Credentials Grant Type
- Client Credentials Grant Type
- Authorization Code Grant Type
- Implicit Grant Type