gitdataai/apps/app
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
..
src fix(app): fix session key to use SHA-512 (64 bytes) 2026-04-27 16:40:20 +08:00
Cargo.toml fix(app): fix session key to use SHA-512 (64 bytes) 2026-04-27 16:40:20 +08:00