Basic live service:
- Matchmaking
- Instance
- Presence (albeit empty atm)
Authentication fixes; differentiate between user and profile
Default auth timeout is now 3 hours
Add "operators" database key ("all users with operator permissions", or "developer" role set in token), add check in `Profile`
Fix default profile image filename reference when not set
account/me
Log hile reporting, do stuff with the report later ("Server" user for commands, operators can check reports)
Refresh login done by client automatically when token expires, requires extra work
This commit is contained in:
8
src/data/live/presence.ts
Normal file
8
src/data/live/presence.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
class PresenceBase {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
const Presence = new PresenceBase();
|
||||
export default Presence;
|
||||
Reference in New Issue
Block a user