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

Enhanced Migration Error Handling: Log PostgreSQL connection and migr… #45

Closed Mehrn0ush closed 5 days ago

Mehrn0ush commented 5 days ago

…ation issues explicitly.

Database Cleanup Step: Drop tables if they already exist before creating them to avoid schema conflicts. Increased Wait Time for PostgreSQL: Adds a delay after the readiness check for extra stability. Debugging Step: Display the contents of tables after migration and before testing to ensure proper data accessibility.