Skip to content

Commit 6956c44

Browse files
Fix markdownlint issues
1 parent 88f6ccb commit 6956c44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

OAUTH_ENHANCEMENT_SUMMARY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,17 @@ This enhancement improves compliance with OAuth 2.0 specifications by supporting
100100

101101
Clients can now use either method:
102102

103-
**Method 1: Form Data (existing)**
103+
## Method 1: Form Data (existing)
104+
104105
```http
105106
POST /token
106107
Content-Type: application/x-www-form-urlencoded
107108
108109
grant_type=authorization_code&code=abc123&client_id=myapp&client_secret=secret
109110
```
110111

111-
**Method 2: Authorization Header (new)**
112+
## Method 2: Authorization Header (new)
113+
112114
```http
113115
POST /token
114116
Authorization: Basic bXlhcHA6c2VjcmV0

0 commit comments

Comments
 (0)