Closed guipie closed 1 year ago
在权限处理器 PermissionHandler.cs 中,配置:
protected override async Task HandleRequirementAsync(AuthorizationHandlerContext context, PermissionRequirement requirement)
{
#if DEBUG
context.Succeed(requirement);
return;
#endif
}
swagger可以实现自动填充一个token吗,每次重启调试,都要登录一下,太麻烦了;
102 又不能所有接口取消鉴权,好多接口数据要基于当前登录用户。设置一个token,过期时间为一年 也每次都要加进去。