Implement account authentication (server)

This commit is contained in:
Elijah R
2024-04-05 09:10:47 -04:00
committed by Elijah R
parent b815bf8874
commit f89492cfcd
6 changed files with 133 additions and 2 deletions

View File

@@ -141,6 +141,8 @@ export class User {
export enum Rank {
Unregistered = 0,
// After all these years
Registered = 1,
Admin = 2,
Moderator = 3,
// Giving a good gap between server only internal ranks just in case