资讯

ASP.NET Core MVC App with Role-Based Authentication and Authorization This repository contains an ASP.NET Core MVC application built with a robust role-based authentication and authorization system.
It’s easy to secure minimal API endpoints in ASP.NET Core using JSON Web Tokens for authentication and authorization. Just follow these steps.
Sample airline reservation web application created with ASP.NET Core MVC. Features include ticket reservation functionality, user authentication, and an admin section. Built using EF Core, PostgreSQL, ...
Take advantage of security headers in ASP.NET Core MVC 5 to protect your website against cross-site scripting, code injection, clickjacking, and other attacks.
Visual Studio 2013 Developer Preview ships with ASP.NET MVC 5 which enables developers to apply authentication filters that provides an ability to authenticate users using various third party ...
Learn how to use the new Authentication filters in ASP.NET MVC 5, currently in developer preview.