EdenServer / eden-web

Online tools for use with the Eden game server
11 stars 11 forks source link

Enable account features #262

Closed slassen closed 1 year ago

slassen commented 1 year ago

Description

The website has account features but they were disabled when the website first launched until we got a TLS certificate. So the important part of this PR is just enabling uncommented client code. For the other changes:

Testing

{
  "id": 1,
  "login": "Godmode",
  "email": "devgodmode@edenxi.com",
  "timecreate": "2023-05-29T23:54:34.000Z",
  "timelastmodify": "2023-05-29T23:54:34.000Z",
  "privileges": [
    "PLAYER"
  ],
  "iat": 1691353411,
  "exp": 1691461411
}