https://github.com/techprimers/spring-security-oauth-mysql-example
Spring Security using OAuth2 in Spring Boot using MySQL
https://github.com/techprimers/spring-security-oauth-mysql-example
Last synced: over 1 year ago
JSON representation
Spring Security using OAuth2 in Spring Boot using MySQL
- Host: GitHub
- URL: https://github.com/techprimers/spring-security-oauth-mysql-example
- Owner: TechPrimers
- Created: 2017-11-09T16:44:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T16:45:22.000Z (over 8 years ago)
- Last Synced: 2025-03-28T22:51:15.204Z (over 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 77
- Watchers: 11
- Forks: 78
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Security OAuth Example
- `spring-security-client` - Client Project which has the UI
- `spring-security-auth-server` - Has the Authorization Server and Resource Server using MySQL DB
- `http://localhost:8082/ui` - REST end point for UI which will take you to the secure URI `http://localhost:8082/secure` after logging into the auth server `http://localhost:8081/auth/login`