Commit 71f649b
committed
fix: oauth device flow scopes
Correct the name of POST variable sent during OAuth device flow as
documented in the GitHub API docs. This allows custom scopes to be
requested, which were previously ignored.
https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#step-1-app-requests-the-device-and-user-verification-codes-from-github1 parent f35789d commit 71f649b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments