"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
Add comprehensive tests for update_client_handler: unauthorized clien… #27
…t, missing fields, and invalid tokens. Ensure successful client update and prevent overwriting missing fields. Confirm RBAC enforcement and handle non-existent clients. No major refactor needed, concurrency with RwLock is adequate for in-memory use.
…t, missing fields, and invalid tokens. Ensure successful client update and prevent overwriting missing fields. Confirm RBAC enforcement and handle non-existent clients. No major refactor needed, concurrency with RwLock is adequate for in-memory use.