阅读(3694)
赞(9)
Laravel 8 GET /oauth/tokens
2021-07-09 11:44:52 更新
这个路由会返回认证用户创建的所有授权访问令牌,这在列举该用户的所有令牌以便撤销时很有用:
axios.get('/oauth/tokens')
.then(response => {
console.log(response.data);
});
这个路由会返回认证用户创建的所有授权访问令牌,这在列举该用户的所有令牌以便撤销时很有用:
axios.get('/oauth/tokens')
.then(response => {
console.log(response.data);
});
Copyright©2023 编程论坛编程论坛| 浙ICP备2024059924号-1|
违法和不良信息举报电话:|举报邮箱:569242693@qq.com