AccountsAndCrossPlatformLogin

This commit is contained in:
2026-01-30 20:52:12 +11:00
parent 39a7c392fb
commit 430eef5f23
4 changed files with 234 additions and 108 deletions

13
database.json Normal file
View File

@@ -0,0 +1,13 @@
{
"users": [
{
"email": "test@test",
"password": "test",
"joinedAt": "2026-01-30T09:47:19.314Z",
"username": "Test",
"bio": "test",
"avatar": "https://i.pravatar.cc/150?img=12"
}
],
"posts": []
}