Replace forgeable cookie auth with signed JWT sessions, protect admin APIs, add input validation, and improve Docker deployment config.
13 lines
117 B
Plaintext
13 lines
117 B
Plaintext
Dockerfile
|
|
.dockerignore
|
|
node_modules
|
|
npm-debug.log
|
|
README.md
|
|
.next
|
|
.git
|
|
.env*
|
|
*.db
|
|
dev.db
|
|
prisma/*.db
|
|
build_log.txt
|