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

update workflow with a few improvements: #39

Closed Mehrn0ush closed 5 days ago

Mehrn0ush commented 5 days ago

Unified Credentials and URL: Ensure the database URL is consistently applied across all PostgreSQL commands, including migrations. Enhanced Wait: The script explicitly waits for PostgreSQL to be fully ready. Table Check: Add logging to verify table creation success.