"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
Full table drop and recreate: Ensures a clean environment for each run. #46
Logging table contents before test execution: Confirms that the database schema is as expected.
Increasing wait time: Guarantees that PostgreSQL is fully available.
Logging table contents before test execution: Confirms that the database schema is as expected. Increasing wait time: Guarantees that PostgreSQL is fully available.