Conversation
…o use model_config for ORM mode
…KEN_EXPIRE_DAYS setting
…or authentication
…to use model_config for ORM mode
…en, and user management
…dling, and logout
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
…ucture and consistency
…cy with client parameter
|
This pull request introduces several changes to enhance the project, including updates to environment configuration, documentation, database migration setup, and Environment and Configuration Updates:
Documentation Improvements:
Database Migration Setup:
Miscellaneous Updates:
|
This pull request introduces significant changes to the project, including a major overhaul of the documentation, the addition of database migration support using Alembic, and updates to the
.dockerignorefile. The most notable changes include the complete rewrite of theREADME.mdfile to provide a detailed overview of the project, the setup of Alembic for database migrations, and the removal of theauth.pyfile from the backend API.Documentation Updates:
README.md: Completely rewritten to provide an extensive overview of the project, including features, technology stack, project structure, installation instructions, API documentation, and testing guidelines.Database Migration Support:
alembic.ini: Added Alembic configuration file with placeholders for database connection details and logging setup.alembic/env.py: Added Alembic environment file to configure migrations, including database connection setup and metadata registration for SQLAlchemy models.alembic/versions/b020a082a7ae_initial_migration.py: Created initial migration file to set up therefresh_tokenstable with relevant fields and indexes.Codebase Cleanup:
app/api/auth.py: Removed theauth.pyfile, which previously handled authentication endpoints and token generation.Miscellaneous:
.dockerignore: Updated to ignore.sqlfiles in Docker builds.