Skip to content

Can OAuth Apps making LLM requests with the user's credentials? #135292

Discussion options

You must be logged in to vote

Yes, a GitHub OAuth App can make requests on behalf of the user if the user authorizes it to do so. When a user authorizes an OAuth App, the app receives an access token that represents the user's permissions. This token allows the app to make API requests as if the user were making them directly.In the context of GitHub Models or any other GitHub resources, if the OAuth App has been granted the appropriate scopes during the authorization process, it can request those resources on behalf of the user. For example, if the app needs to access repositories or interact with issues, it would need the relevant scopes like repo or read:user.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CNSeniorious000
Comment options

Answer selected by CNSeniorious000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
Question Models Discussions and conversations related to GitHub Models
2 participants