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

Support Database Migrations for SQL and PostgreSQL Storage #11

Open Mehrn0ush opened 1 month ago

Mehrn0ush commented 1 month ago

Description: To ensure smooth deployment and versioning of database schemas, we need to add support for database migrations when using SQL or PostgreSQL backends in rustify-auth. This will enable developers to easily update and modify database schemas as the project evolves.

Requirements:

Tasks:

github-actions[bot] commented 14 hours ago

This issue has been marked as stale due to inactivity. It will be closed if no further activity occurs.