摘要: AuthenticationHttpContextExtensions using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:41 重构者 阅读(112) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationSchemeProvider->AuthenticationSchemeProvider->IOptions<AuthenticationOptions> AuthenticationScheme using System.Collections.Generic; us 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(90) 评论(0) 推荐(0) 编辑
摘要: AuthenticationOptions->AuthenticationSchemeBuilder->AuthenticationScheme using System; using System.Collections.Generic; using System.Diagnostics.Code 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(113) 评论(0) 推荐(0) 编辑
摘要: AuthenticateResult->AuthenticationTicket->AuthenticationProperties->ClaimsPrincipal using System; using System.Diagnostics.CodeAnalysis; using System. 阅读全文
posted @ 2021-09-11 17:47 重构者 阅读(164) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationHandlerProvider->AuthenticationHandlerProvider->IAuthenticationSchemeProvider using System.Threading.Tasks; using Microsoft.AspNetCore. 阅读全文
posted @ 2021-09-11 17:27 重构者 阅读(66) 评论(0) 推荐(0) 编辑
摘要: AuthenticationService=>IAuthenticationHandlerProvider->IAuthenticationHandler using System.Security.Claims; using System.Threading.Tasks; using Micros 阅读全文
posted @ 2021-09-11 17:14 重构者 阅读(1228) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationHandler IAuthenticationRequestHandler : IAuthenticationHandler IAuthenticationSignOutHandler : IAuthenticationHandler IAuthenticationSi 阅读全文
posted @ 2021-09-11 17:04 重构者 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Windows10下安装VirtualBox和Vagrant Windows10 官方制作ISO文件参考:https://www.microsoft.com/zh-cn/software-download/windows10 VirtualBox下载地址:https://www.virtualbox 阅读全文
posted @ 2021-07-26 17:02 重构者 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 从是否有API,客户端单独key,子域名,收费模式,采用语言,github stars多个维度比较了ngrok, frp, lanproxy, goproxy, nps几款内网穿透工具 ngrok https://github.com/inconshreveable/ngrok frp https: 阅读全文
posted @ 2021-06-24 17:07 重构者 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1、CentOS7环境变量分系统环境变量和用户环境变量 系统环境变量:/etc/bashrc、/etc/profile、/etc/profile.d 推荐:/etc/profile.d 用户环境变量:~/.bash_profile、~/.bashrc 推荐:~/.bash_profile 2、查看环 阅读全文
posted @ 2021-06-20 08:59 重构者 阅读(1816) 评论(0) 推荐(0) 编辑