Skip to content

AlissonMedeiros/spring-boot-oauth2-jwt-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OAuth2 Client - test access token

GET Need read scope

$ curl -H "Authorization: Bearer $TOKEN" "localhost:9090/users"

POST Need write scope

$ curl -XPOST -H "Authorization: Bearer $TOKEN" "localhost:9090/users"

About

OAuth2 and JWT client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published