"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
Drop Existing Tables: Using DROP TABLE IF EXISTS to remove any confli… #48
Environment Variable Checks: The Verify PostgreSQL Connection and Verify tables and sample data steps help ensure that both database connectivity and schema are as expected before running tests.
Migration Error Check: If there’s a silent failure in the CREATE TABLE steps, it may indicate permissions or type compatibility issues specific to the GitHub Actions environment
…cting schema definitions before each test.
Environment Variable Checks: The Verify PostgreSQL Connection and Verify tables and sample data steps help ensure that both database connectivity and schema are as expected before running tests. Migration Error Check: If there’s a silent failure in the CREATE TABLE steps, it may indicate permissions or type compatibility issues specific to the GitHub Actions environment