Commit 9d28fcb
fix: require client_id for client_secret_post auth method
RFC 6749 §2.3.1 requires both client_id and client_secret in the
request body for client_secret_post. Raise OAuthFlowError when
client_id is missing instead of silently skipping it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7c6aea1 commit 9d28fcb
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
0 commit comments