Skip to content

Commit 206fbed

Browse files
authored
Update Readme.md
Add authorization request example.
1 parent 83534bf commit 206fbed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ go build server.go
102102
```
103103

104104
### Open in your web browser
105+
**Authorization Request**:
106+
[http://localhost:9096/authorize?client_id=000000&response_type=code](http://localhost:9096/authorize?client_id=000000&response_type=code)
105107

108+
**Grant Token Request**:
106109
[http://localhost:9096/token?grant_type=client_credentials&client_id=000000&client_secret=999999&scope=read](http://localhost:9096/token?grant_type=client_credentials&client_id=000000&client_secret=999999&scope=read)
107110

108111
```json

0 commit comments

Comments
 (0)