gitdataai/apps/app/src
ZhenYi 65627a8662 fix(app): fix session key to use SHA-512 (64 bytes)
cookie::Key requires exactly 64 bytes, SHA-256 only produces 32 bytes
Change to SHA-512 and slice to 64 bytes for correct key length
2026-04-27 16:40:20 +08:00
..
args.rs init 2026-04-15 09:08:09 +08:00
logging.rs refactor(apps): migrate app, gitserver, git-hook, email from slog to tracing 2026-04-21 22:30:01 +08:00
main.rs fix(app): fix session key to use SHA-512 (64 bytes) 2026-04-27 16:40:20 +08:00