feat(auth): implement user authentication system
This commit is contained in:
parent
4847ab793a
commit
25cea4fbe8
12051 changed files with 1462377 additions and 0 deletions
11
backend/.env
Normal file
11
backend/.env
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
PORT=3000
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=root
|
||||
DB_PASSWORD=
|
||||
DB_NAME=helpyourneighbour
|
||||
JWT_SECRET=fallback_secret_key_for_dev
|
||||
RATE_LIMIT_WINDOW_MS=900000
|
||||
RATE_LIMIT_MAX_REQUESTS=100
|
||||
RATE_LIMIT_AUTH_WINDOW_MS=300000
|
||||
RATE_LIMIT_AUTH_MAX_REQUESTS=5
|
||||
Loading…
Add table
Add a link
Reference in a new issue