# WebWithAutofacAndJwt **Repository Path**: frisktale/WebWithAutofacAndJwt ## Basic Information - **Project Name**: WebWithAutofacAndJwt - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-04 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Demo介绍 基于Asp.NET Core 6,使用Autofac替换原生IOC容器,实现了AOP,添加了JWT授权和鉴权 学习[JwtAuthDemo](https://github.com/dotnet-labs/JwtAuthDemo)后自己写的Demo,仅实现了基础功能,原项目还有刷新Token功能,日后再学习 在`with-identity`分支中有集成Identity的示例代码