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

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

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