文件名称:AspNetCore.Authentication.Static:包含安全性和授权ASP.NET Core的静态中间件
文件大小:992KB
文件格式:ZIP
更新时间:2024-02-19 22:44:15
security dotnet aspnetcore aspnet ASP.NETC#
AspNetCore.Authentication.Static 此存储库包含的安全性和授权静态中间件。 为什么? 无论您是进行探索性测试还是自动集成测试,测试ASP.NET Core应用程序的身份验证都可能是复杂且无效的。 您可能需要在Active Directory中设置专用帐户,完成登录过程并确保cookie始终以相同的方式运行。 什么? AspNetCore.Authentication.Static是ASP.NET Core的一个毫不含糊的中间件,旨在简化测试应用程序时的身份验证。 您可以在应用程序的配置文件中定义用户,然后使用查询字符串,标头或环境变量在用户之间切换。 就如此容易。 怎么样? 使用软件包管理器安装: Install-Package ProgeSoftware.AspNetCore.Authentication.Static 或.NET CLI: dotnet add package ProgeSoftware.AspNetCore.Authentication.Static 将中间件添加到Startup.cs文件中的ConfigureSer
【文件预览】:
AspNetCore.Authentication.Static-master
----.github()
--------workflows()
----src()
--------ProgeSoftware.AspNetCore.Authentication.Static.csproj(841B)
--------StaticAuthenticationDefaults.cs(424B)
--------StaticAuthenticationOptions.cs(3KB)
--------StaticAuthenticationMethod.cs(181B)
--------StaticAuthenticationEvents.cs(303B)
--------StaticAuthenticationHandler.cs(4KB)
--------StaticAuthenticationExtensions.cs(2KB)
----LICENSE(11KB)
----samples()
--------MvcSample()
----README.md(2KB)
----docs()
--------MvcSample.png(31KB)
----.gitignore(6KB)