MicroCloud.Pack.Identity 8.0.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroCloud.Pack.Identity --version 8.0.0.5
NuGet\Install-Package MicroCloud.Pack.Identity -Version 8.0.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroCloud.Pack.Identity" Version="8.0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroCloud.Pack.Identity --version 8.0.0.5
#r "nuget: MicroCloud.Pack.Identity, 8.0.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MicroCloud.Pack.Identity as a Cake Addin
#addin nuget:?package=MicroCloud.Pack.Identity&version=8.0.0.5

// Install MicroCloud.Pack.Identity as a Cake Tool
#tool nuget:?package=MicroCloud.Pack.Identity&version=8.0.0.5

MicroCloud 身份认证模块

Member project of MicroCloud Team NuGet Badge GitHub license

说明

MicroCloud 身份认证模块,封装基于 MicroCloud 身份认证组件的功能实现。

用法

用法

  1. 通过nuget引用 MicroCloud.Pack.Identity 程序集
Install-Package MicroCloud.Pack.Identity
  1. appsettings.json 中添加如下配置节点
{
  //第三方OAuth2登录
    "OAuth2": {
      //微信
      "WeChat": {
        "ClientId": "你的微信AppId",
        "ClientSecret": "你的微信AppKey",
        "Enabled": true //是否启用
      },
      //钉钉
      "DingTalk": {
        "ClientId": "你的钉钉AppId",
        "ClientSecret": "你的钉钉AppKey",
        "Enabled": true //是否启用
      },
      //抖音
      "TikTok": {
        "ClientId": "你的抖音AppID",
        "ClientSecret": "你的抖音AppKey",
        "Enabled": true //是否启用
      },
      //腾讯QQ
      "QQ": {
        "ClientId": "你的QQ互联项目AppId",
        "ClientSecret": "你的QQ互联项目AppKey",
        "Enabled": false //是否启用
      },
      //微软账户
      "Microsoft": {
        "ClientId": "你的微软项目ClientId",
        "ClientSecret": "你的微软项目ClientSecret",
        "Enabled": false //是否启用
      },
      //GitHub账户
      "GitHub": {
        "ClientId": "你的GitHub项目ClientId",
        "ClientSecret": "你的GitHub项目ClientSecret",
        "Enabled": false //是否启用
      }
    },
    //JWT身份认证选项
    "Jwt": {
      "Issuer": "MicroCloud by seonsoft", //发行方
      "Audience": "MicroCloud clients audience", //订阅方
      "Secret": "{26289316-2BE5-4500-8925-71DDBBB86E5E}", //密钥
      "AccessExpireMins": 15, //15分钟  //AccessToken有效期分钟数
      "RefreshExpireMins": 10080, // 7天 //RefreshToken有效期分钟数
      "IsRefreshAbsoluteExpired": false, //RefreshToken是否绝对过期
      "Enabled": true //是否启用
    },
    //Cookie身份认证选项
    "Cookie": {
      "CookieName": "Cookie名称", //Cookie名称
      "LoginPath": "登录地址", //登录地址
      "LogoutPath": "登出地址", //登出地址
      "AccessDeniedPath": "无权限地址", //无权限地址
      "ReturnUrlParameter": "返回Url参数名,默认为 ReturnUrl", //返回Url参数名,默认为 ReturnUrl
      "ExpireMins": 5, //过期分钟数
      "SlidingExpiration": true, //是否滑动过期
      "Enabled": false //是否启用
    },
}

交流

QQ WeChat
QQ群号:863605868 微信号:SeonHu
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on MicroCloud.Pack.Identity:

Package Downloads
MicroCloud.Api.Identity

MicroCloud 身份认证模块API,封装基于 MicroCloud 身份认证模块的WebApi实现。

MicroCloud.Pack.Audit

MicroCloud 审计模块,包含操作审计和数据审计。

MicroCloud.Pack.Authorization

MicroCloud 权限模块,包含数据权限和功能权限。

MicroCloud.Pack.Message

MicroCloud 消息模块,封装公告讯息收发及记录管理功能。

MicroCloud.Pack.Report

MicroCloud 报表模块,封装基于 MicroCloud 报表组件的功能实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0.9 62 5/1/2024
8.0.0.8 68 5/1/2024
8.0.0.7 94 4/30/2024
8.0.0.5 110 4/19/2024
8.0.0.4 101 4/18/2024
8.0.0.3 113 4/15/2024
8.0.0.2 109 4/12/2024
8.0.0.1 109 4/12/2024
7.2.0.8 101 4/12/2024
7.2.0.7 105 4/12/2024
7.2.0.6 113 4/12/2024
7.2.0.5 108 4/12/2024
7.2.0.4 106 4/11/2024
7.2.0.2 123 4/7/2024
7.2.0.1 303 10/26/2023
7.1.2.9 148 11/7/2023
7.1.2.8 150 10/19/2023
7.1.2.7 113 10/19/2023
7.1.2.6 157 10/18/2023
7.1.2.5 146 9/20/2023
7.1.2.4 152 9/13/2023
7.1.2.3 149 9/13/2023
7.1.2.2 174 9/12/2023
7.1.2.1 163 9/4/2023
7.1.1.9 200 8/31/2023
7.1.1.6 197 8/29/2023
7.1.1.5 174 8/25/2023
7.1.1.4 177 8/25/2023
7.1.1.3 164 8/25/2023
7.1.1.2 166 8/24/2023
7.1.1.1 181 8/24/2023
7.0.3.1 186 8/24/2023
7.0.2.7 189 5/12/2023
7.0.2.6 177 5/11/2023
7.0.1.7 190 5/9/2023
7.0.1.6 199 5/9/2023
7.0.1.4 212 4/24/2023
7.0.1.3 203 4/19/2023
7.0.1.2 219 4/19/2023
7.0.0.9 200 4/18/2023
7.0.0.8 201 4/17/2023
7.0.0.7 243 4/12/2023
7.0.0.6 221 4/8/2023
7.0.0.5 229 4/7/2023
7.0.0.4 254 4/7/2023
7.0.0.3 235 4/7/2023