Mehrn0ush / RustifyAuth

"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

Increased Wait Time and Loop for PostgreSQL Readiness: #43

Closed Mehrn0ush closed 5 days ago

Mehrn0ush commented 5 days ago

This ensures PostgreSQL is fully initialized.

Explicit Verification of Tables: Adding direct table existence and data checks to diagnose possible issues. Enhanced Backtrace and Logging: This will capture the detailed error trace.