Getting basics down

This commit is contained in:
Caleb Gardner
2024-05-18 10:00:37 -05:00
parent b6bc9240d9
commit 75f8356893
8 changed files with 98 additions and 1 deletions
+4
View File
@@ -28,7 +28,11 @@ This is a purposefully "simple" application backend made specifically for _my_ a
username: "username",
password: "hashed password",
salt: "password salt",
email: "email",
passwordChange: 0, // unix timestamp of last password change
perm: {
appID: "user", // Optional. Apps should have a default permission level if thier appID is not in perm.
}
}
```