We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f6ccb commit 6956c44Copy full SHA for 6956c44
OAUTH_ENHANCEMENT_SUMMARY.md
@@ -100,15 +100,17 @@ This enhancement improves compliance with OAuth 2.0 specifications by supporting
100
101
Clients can now use either method:
102
103
-**Method 1: Form Data (existing)**
+## Method 1: Form Data (existing)
104
+
105
```http
106
POST /token
107
Content-Type: application/x-www-form-urlencoded
108
109
grant_type=authorization_code&code=abc123&client_id=myapp&client_secret=secret
110
```
111
-**Method 2: Authorization Header (new)**
112
+## Method 2: Authorization Header (new)
113
114
115
116
Authorization: Basic bXlhcHA6c2VjcmV0
0 commit comments