-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Description
What happened?
I am using auth-oauth-user.js to generate a user access token using the web flow.
The responses are used in an OpenID Connect (OIDC) identity provider. The return type OAuthAppAuthentication
does not conform to OIDC specifications.
This is causing me to manually remap the returned value from auth-oauth-user.js
from camelCase back to snake_case as originally provided by https://github.com/login/oauth/access_token
I believe auth-oauth-user.js
should not alter the response from https://github.com/login/oauth/access_token
and instead return snake_case
Versions
"@octokit/auth-oauth-user": "^5.1.1"
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
🔥 Backlog