04 2022 档案

netcore centos unit服务文件
摘要:[Unit] Description=coreApiService [Service] Type=simple WorkingDirectory=/usr/local/app/netcore ExecStart=/usr/bin/dotnet CoreApi.dll #Restart=on-fail 阅读全文

posted @ 2022-04-19 09:16 jonney_wang 阅读(47) 评论(0) 推荐(0)

aspnetcore 认证和授权
摘要:public class EAuthenticationHandler : AuthenticationHandler<AuthenticationSchemeOptions> { private readonly IHttpContextAccessor _httpContextAccessor; 阅读全文

posted @ 2022-04-02 09:08 jonney_wang 阅读(199) 评论(0) 推荐(0)

导航