描述
地址: /nv/check-nonce
方法: POST
说明: 在不清楚当前登录状态是否过期,或不清楚当前用户信息的情况下,使用该接口鉴定用户权限。若登录未过期,将返回用户信息,否则将告知已过期。
参数
无,请求时加入withCredentials
属性后浏览器会自动带入Cookie
中存储的nonce
返回
示例(nonce未过期)
{
id: 9,
name: "用户名",
power: 10,
email: "sample@domain.com",
url: "http://user.home.com",
avatar_url: "http://头像地址"
}
参数说明
id
(Int)
用户ID
(其他信息如图所示)