XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.02k stars 253 forks source link

Support procuring a user access token from an oauth code #638

Open krishmas opened 2 months ago

krishmas commented 2 months ago

Support for calling login/oauth/access_token outside of just the DeviceCode flow would be useful for verifying users of GitHub apps that use oauth.

GitHub docs references:

XAMPPRocky commented 2 months ago

Thank you for your issue! I'd be willing to accept a contribution adding this feature.