authly-providers-github
GitHub OAuth2 provider for authly-rs.
This crate provides a concrete implementation of the OAuthProvider trait for GitHub, allowing easy integration of GitHub authentication into your application.
Features
- Authorization Code exchange for GitHub identities.
- Token refresh support.
- Token revocation support.
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Example
use GitHubProvider;
let provider = new;
Part of authly-rs
This crate is part of the authly-rs workspace.