# AuthExample **Repository Path**: zhang2092/AuthExample ## Basic Information - **Project Name**: AuthExample - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-09 - **Last Updated**: 2021-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AuthExample #### 项目 ``` IdentityServer4认证中心:AuthServiceCenter Api服务:ApiService Mvc服务:MvcService 控制台服务:ConsoleService ``` #### 创建 IdentitySever4 项目 ``` 安装 identityserver4 模板 dotnet new -i IdentityServer4.Templates 创建 项目 dotnet new is4inmem --name AuthServiceCenter ```