feat(session): encrypt data and fix renewal (#38)

This commit is contained in:
Roberto Vidal
2024-08-19 17:39:37 +02:00
committed by GitHub
parent b939a0af2d
commit 44226db359
6 changed files with 170 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
interface Env {
ANTHROPIC_API_KEY: string;
SESSION_SECRET: string;
LOGIN_PASSWORD: string;
PAYLOAD_SECRET: string;
}