From 206fbededd3f6c3adf1dfcf682a068867f1f2bd0 Mon Sep 17 00:00:00 2001 From: Aniket Rao <13035908+anik3tra0@users.noreply.github.com> Date: Wed, 7 Jul 2021 22:23:36 +0530 Subject: [PATCH] Update Readme.md Add authorization request example. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d555875..affa54b 100644 --- a/README.md +++ b/README.md @@ -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