Commit Graph

7 Commits

Author SHA1 Message Date
c10b850982 refactor: streamline ignore list in cargo-generate.toml 2026-03-05 01:56:34 +01:00
9ca4eeddb4 feat: enhance application state management with cookie support
- Added cookie key to AppState for managing session cookies.
- Updated AppState initialization to derive cookie key from configuration.
- Removed session-based authentication option from cargo-generate prompts.
- Refactored JWT authentication logic to improve clarity and error handling.
- Updated password validation to align with NIST recommendations (minimum length increased).
- Removed unused session store implementation and related code.
- Improved error handling in user repository for unique constraint violations.
- Refactored OIDC service to include state management for authentication flow.
- Cleaned up dependencies in Cargo.toml and Cargo.toml.template for clarity and efficiency.
2026-03-05 01:28:27 +01:00
c368293cd4 feat: Transform project into a cargo-generate template with configurable authentication features and improved local user registration. 2026-01-06 05:53:01 +01:00
ff40174734 fix: correct paths for conditional dependencies in cargo-generate.toml 2026-01-02 13:07:46 +01:00
7dbdf3f00b chore: remove post-generation hook from cargo-generate.toml 2026-01-02 06:06:04 +01:00
c1c42f4fd9 feat: Add initial PostgreSQL migration, refactor database connection to k_core, and simplify session store setup. 2026-01-02 05:47:51 +01:00
8dfb3c6922 init 2026-01-02 05:27:44 +01:00