Login Authentication
📄️ Username-Password Login
- Username and Password Login, pass in username and password;
📄️ Anonymous Login
For the same device ID, at most one anonymous user can be registered, and an access_token for that anonymous user is generated.
📄️ Register New User
Register New User, Applicable Scenarios:
📄️ 重置密码
重置某个用户的密码, 需要邮箱或手机及对应的验证码。
📄️ 退出登录
用户退出登录。
📄️ 获取服务端token
#### 获取服务端token, 服务端token没有具体的用户身份, 自动授予管理员权限, 不支持刷新token。