https://github.com/xmlking/grails-angular-microservices-security
grails angular microservices security with JWT
https://github.com/xmlking/grails-angular-microservices-security
Last synced: 10 months ago
JSON representation
grails angular microservices security with JWT
- Host: GitHub
- URL: https://github.com/xmlking/grails-angular-microservices-security
- Owner: xmlking
- Created: 2015-03-01T07:44:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T09:30:07.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T05:43:23.141Z (12 months ago)
- Language: CSS
- Size: 281 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Work-In-Progress
Grails microservices security with OAuth or JWT demo
Client: SPA (Angular)
gradle auth-server:run
gradle auth-server:clean
gradle async-resource:run
gradle async-resource:clean
curl -H "Accept: application/json" user:password@localhost:8080/oauth/token -d grant_type=client_credentials
Ref: https://github.com/dsyer/spring-security-angular/tree/master/oauth2