Skip to content

Commit 8496036

Browse files
authored
Merge pull request #189 from anik3tra0/anik3tra0-patch-1
Update Readme.md
2 parents 3f26edb + 206fbed commit 8496036

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)