Skip to content

Commit

Permalink
Merge pull request #189 from anik3tra0/anik3tra0-patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
LyricTian authored Jul 21, 2021
2 parents 3f26edb + 206fbed commit 8496036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ go build server.go
```

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

**Grant Token Request**:
[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)

```json
Expand Down

0 comments on commit 8496036

Please sign in to comment.