"Rustify-Auth is a lightweight OAuth 2.0 & 2.1 authorization server in Rust, designed with educational goals in mind. It supports Authorization Code + PKCE, Client Credentials, Refresh Tokens, secure JWT token generation, and Post-Quantum Cryptography (PQC) for enhanced future-proof security.
MIT License
8
stars
4
forks
source link
- Updated 'verification_uri' in 'DeviceAuthorizationResponse' to dyna… #34
…mically point to the actual user verification page.
Added comprehensive documentation to the GitHub Wiki, explaining the complete device authorization process, including how to request a device code, authorize a device, and obtain an access token.
…mically point to the actual user verification page.