Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 751 Bytes

File metadata and controls

37 lines (23 loc) · 751 Bytes

spring-jwt-resource-server-example

docker

# build image
$ ./gradlew bootBuildImage

# run 
$ docker-compose up


endpoints

bearer auth

http://localhost:8080/swagger-ui.html

click "authorize" enter "Bearer " click "login"

You may want to get a valid bearer token issued from an authorization server (e.g.: https://github.com/bastman/jwt-fake-authorization-server )