模型和端点文档
内容:
以MONGODB语法的字符串格式发送所有查询(stringify)
用户数
终点
注册
POST /auth/signup
登录
POST /auth/login
获取身份验证用户
GET /auth/self
更改密码
POST /auth/change
{email, oldPassword, newPassword}
如果忘记密码,请更改密码
POST /auth/forgot
{email, password}
关注/取消关注用户
POST /users/:use