2 Commits

Author SHA1 Message Date
0b4744bc0d Set NWC URI in data-nwc 2024-10-28 00:12:17 +01:00
e7fe183cd5 users, sessions and wallets w/o authentication
* if a request has no session cookie, a new user, session and wallet is created and session cookie is set
* if a request has a session cookie and session exists in db, we will fetch user and wallet from db
* this means that we have a user and wallet during each render without any login required
2024-10-27 23:45:41 +01:00