# Asp.net Core Sample **Repository Path**: jfliu/asp-net-core-sample ## Basic Information - **Project Name**: Asp.net Core Sample - **Description**: 学习asp.net core期间写的demo - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2017-07-03 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Demo List 1. IndentityDemo 用户注册、邮箱验证、找回密码功能实现。 2. UserIdentityDemo 用户授权功能。 3. JwtWebApiAuthDemo 通过json web token验证用户授权登陆。 4. FileUpload 文件上传 5. LocalServer 综合应用