barycenter/src
Till Wegmueller 210a27ca02
fix: Change device_code interval from i64 to i32
The migration creates the interval column as integer (INT4) but the
entity and storage struct used i64 (INT8), causing a type mismatch
error on PostgreSQL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 18:33:50 +01:00
..
authz Run Clippy fix 2026-02-08 20:31:48 +01:00
entities fix: Change device_code interval from i64 to i32 2026-02-22 18:33:50 +01:00
admin_graphql.rs chore: formatting 2025-12-01 00:01:11 +01:00
admin_mutations.rs Implement device flow and client autoregistration 2026-01-06 22:24:09 +01:00
errors.rs WIP Passkey implementation. Needs fixing storage.rs and more tests 2025-12-07 13:18:22 +01:00
jobs.rs Implement device flow and client autoregistration 2026-01-06 22:24:09 +01:00
jwks.rs Format 2026-01-06 12:31:51 +01:00
lib.rs Implement file-driven authorization policy service (ReBAC + ABAC) 2026-02-08 18:34:14 +01:00
main.rs WIP Passkey implementation. Needs fixing storage.rs and more tests 2025-12-07 13:18:22 +01:00
session.rs fix(ci): resolve formatting issues and adjust CI workflow 2025-11-29 12:34:45 +01:00
settings.rs fix: Add prefix_separator to config env override 2026-02-22 17:31:40 +01:00
storage.rs fix: Change device_code interval from i64 to i32 2026-02-22 18:33:50 +01:00
user_sync.rs Format 2026-01-06 12:31:51 +01:00
web.rs fix: Change device_code interval from i64 to i32 2026-02-22 18:33:50 +01:00
webauthn_manager.rs WIP Passkey implementation. Needs fixing storage.rs and more tests 2025-12-07 13:18:22 +01:00