-
Notifications
You must be signed in to change notification settings - Fork 0
scratchstudio/hello-spring-oauth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=========================== Hello Spring Oauth =========================== Run oauth2-server and api-server, then $ curl -F "grant_type=client_credentials" -F "scope=read" "http://foo:bar@localhost:8080/oauth/token" Get a Access token, then $ curl -H "Authorization: Bearer {PUT-YOUR-ACCESS-TOKEN}" "http://localhost:8081/members"
About
Spring OAuth2 학습
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published