wip: try to send cookie

This commit is contained in:
eneller
2026-03-08 20:39:04 +01:00
parent c9a2cd8d66
commit 6eca085b6e
5 changed files with 22 additions and 10 deletions

View File

@@ -1,8 +1,10 @@
# FakeMoney
A PayPal-like payment processor for virtual money, intended to be used for simulation games.
## Frontend
## Development
### Frontend
Is written in angular + bootstrap.
## Backend
Uses NextJS + PostgreSQL.
### Backend
Uses NextJS + PostgreSQL with JWT as cookies.