From a214c0b289aa04617b5a6e0ab6c00ad8cba77711 Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 10 Feb 2023 21:15:33 +0800 Subject: [PATCH] 2.1.2 --- changelog.md | 4 +- package.json | 2 +- uniCloud-aliyun/database/db_init.json | 120 ++--------- .../uni-stat-error-source-map.schema.ext.js | 29 +++ .../uni-stat-error-source-map.schema.json | 61 ++++++ uni_modules/uni-forms/changelog.md | 2 + .../uni-forms-item/uni-forms-item.vue | 10 +- uni_modules/uni-forms/package.json | 2 +- uni_modules/uni-id-pages/changelog.md | 4 + .../uni-id-pages/common/login-page.mixin.js | 7 +- .../components}/cloud-image/cloud-image.vue | 40 ++-- uni_modules/uni-id-pages/package.json | 2 +- .../uni-id-co/common/constants.js | 9 +- .../cloudfunctions/uni-id-co/index.obj.js | 35 ++- .../uni-id-co/lib/utils/account.js | 3 +- .../middleware/verify-request-sign.js | 12 +- .../uni-id-co/module/admin/update-user.js | 5 +- .../uni-id-co/module/external/index.js | 3 +- .../uni-id-co/module/external/login.js | 51 ++++- .../uni-id-co/module/external/register.js | 39 +++- .../module/external/update-user-info.js | 161 ++++++++++++++ .../cloudfunctions/uni-id-co/package.json | 2 +- .../database/uni-id-users.schema.json | 12 +- uni_modules/uni-id/changelog.md | 113 ---------- uni_modules/uni-id/package.json | 85 -------- uni_modules/uni-id/readme.md | 33 --- uni_modules/uni-id/uni-id.zip | Bin 42348 -> 0 bytes .../cloudfunctions/common/uni-id/LICENSE.md | 201 ------------------ .../cloudfunctions/common/uni-id/index.js | 1 - .../cloudfunctions/common/uni-id/package.json | 17 -- 30 files changed, 452 insertions(+), 613 deletions(-) create mode 100644 uniCloud-aliyun/database/uni-stat-error-source-map.schema.ext.js create mode 100644 uniCloud-aliyun/database/uni-stat-error-source-map.schema.json rename {components => uni_modules/uni-id-pages/components}/cloud-image/cloud-image.vue (98%) create mode 100644 uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/update-user-info.js delete mode 100644 uni_modules/uni-id/changelog.md delete mode 100644 uni_modules/uni-id/package.json delete mode 100644 uni_modules/uni-id/readme.md delete mode 100644 uni_modules/uni-id/uni-id.zip delete mode 100644 uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/LICENSE.md delete mode 100644 uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/index.js delete mode 100644 uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/package.json diff --git a/changelog.md b/changelog.md index e4993a1..7eea4b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ -## 2.1.2(2023-02-06) -- +## 2.1.2(2023-02-10) +- 新增 微信小程序端 首页需强制登录时,隐藏返回首页按钮 ## 2.1.1(2023-02-02) - 重要 分包加载uni-id-pages 优化后 运行时主包大小为:637KB 分包为:78KB,发布后主包大小为:585KB 分包为:75KB - 新增 微信小程序端 支持选择使用微信资料的“头像”和“昵称” 设置用户资料 [详情参考](https://wdoc-76491.picgzc.qpic.cn/MTY4ODg1MDUyNzQyMDUxNw_21263_rTNhg68FTngQGdvQ_1647431233?w=1280&h=695.7176470588236) diff --git a/package.json b/package.json index 2cf142a..4ee43a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "2.1.1", + "version": "2.1.2", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "login", diff --git a/uniCloud-aliyun/database/db_init.json b/uniCloud-aliyun/database/db_init.json index 7df7732..1d10771 100644 --- a/uniCloud-aliyun/database/db_init.json +++ b/uniCloud-aliyun/database/db_init.json @@ -1,5 +1,7 @@ // 在本文件中可配置云数据库初始化,数据格式见:https://uniapp.dcloud.io/uniCloud/hellodb?id=db-init + // 编写完毕后对本文件点右键,可按配置规则创建表和添加数据 + { "uni-id-users": { "data": [{ @@ -11,6 +13,15 @@ "mobile_confirmed": 1 }] }, + "uni-id-roles": { + "data": [{ + "role_id": "admin", + "role_name": "超级管理员", + "permission": [], + "comment": "超级管理员拥有所有权限", + "create_date": 0 + }] + }, "opendb-banner": { "data": [{ "status": true, @@ -22,8 +33,7 @@ "size": 70880, "image": { "width": 500, - "height": 333, - "location": "blob:http://localhost:8081/a3bfaab4-7ee6-44d5-a171-dc8225d83598" + "height": 333 }, "path": "https://web-assets.dcloud.net.cn/unidoc/zh/shuijiao.jpg" }, @@ -43,8 +53,7 @@ "size": 70880, "image": { "width": 500, - "height": 333, - "location": "blob:http://localhost:8081/1a6f718a-4012-476a-9172-590fef2cc518" + "height": 333 }, "path": "https://web-assets.dcloud.net.cn/unidoc/zh/shuijiao.jpg" }, @@ -72,95 +81,6 @@ "create_date": 1616092287006 }] }, - "opendb-app-versions": { - "data": [{ - "is_silently": false, - "is_mandatory": false, - "appid": "__UNI__03B096E", - "name": "uni-starter", - "title": "新增升级中心", - "contents": "新增升级中心", - "platform": [ - "Android" - ], - "version": "1.0.1", - "url": "https://vkceyugu.cdn.bspapp.com/VKCEYUGU-3469aac7-a663-4c5d-8ee8-94275f8c09ab/3128d010-01c5-4121-a1d6-f3f919944a23.apk", - "stable_publish": false, - "type": "native_app", - "create_date": 1616771628150 - }], - "index": [{ - "IndexName": "appid", - "MgoKeySchema": { - "MgoIndexKeys": [{ - "Name": "appid", - "Direction": "1" - }, { - "Name": "uni_platform", - "Direction": "1" - }, { - "Name": "create_env", - "Direction": "1" - }], - "MgoIsUnique": false - } - }, { - "IndexName": "查找上线发行应用", - "MgoKeySchema": { - "MgoIndexKeys": [{ - "Name": "appid", - "Direction": "1" - }, { - "Name": "platform", - "Direction": "1" - }, { - "Name": "stable_publish", - "Direction": "1" - }, { - "Name": "uni_platform", - "Direction": "1" - }, { - "Name": "create_env", - "Direction": "1" - }], - "MgoIsUnique": false - } - }] - }, - "opendb-verify-codes": { - "data": [] - }, - "opendb-app-list": { - "data": [], - "index": [{ - "IndexName": "appid", - "MgoKeySchema": { - "MgoIndexKeys": [{ - "Name": "appid", - "Direction": "1" - }], - "MgoIsUnique": true - } - }, { - "IndexName": "name", - "MgoKeySchema": { - "MgoIndexKeys": [{ - "Name": "name", - "Direction": "1" - }], - "MgoIsUnique": false - } - }] - }, - "uni-id-roles": { - "data": [] - }, - "uni-id-permissions": { - "data": [] - }, - "uni-id-log": { - "data": [] - }, "opendb-admin-menus": { "data": [{ "menu_id": "index", @@ -578,9 +498,15 @@ "create_date": 1667387078947 } ] - }, + }, + "uni-id-permissions": {}, + "uni-id-log": {}, "uni-id-tag": {}, "uni-id-device": {}, + "uni-id-scores": {}, + "opendb-verify-codes": {}, + "opendb-app-list": {}, + "opendb-app-versions": {}, "opendb-device": {}, "opendb-department": {}, "opendb-sms-task": {}, @@ -595,6 +521,7 @@ "uni-stat-app-platforms": {}, "uni-stat-error-logs": {}, "uni-stat-error-result": {}, + "uni-stat-error-source-map": {}, "uni-stat-event-logs": {}, "uni-stat-event-result": {}, "uni-stat-events": {}, @@ -608,8 +535,8 @@ "uni-stat-session-logs": {}, "uni-stat-share-logs": {}, "uni-stat-user-session-logs": {}, - "uni-pay-orders": {}, "uni-stat-pay-result": {}, + "uni-pay-orders": {}, "opendb-tempdata": {}, "opendb-feedback": {}, "opendb-news-categories": {}, @@ -618,6 +545,5 @@ "opendb-search-hot": {}, "opendb-search-log": {}, "opendb-sign-in": {}, - "read-news-log": {}, - "uni-id-scores": {} + "read-news-log": {} } diff --git a/uniCloud-aliyun/database/uni-stat-error-source-map.schema.ext.js b/uniCloud-aliyun/database/uni-stat-error-source-map.schema.ext.js new file mode 100644 index 0000000..556f31e --- /dev/null +++ b/uniCloud-aliyun/database/uni-stat-error-source-map.schema.ext.js @@ -0,0 +1,29 @@ +module.exports = { + trigger: { + // 监听 - 删除前 + beforeDelete: async function(obj = {}) { + let { + collection, + operation, + where, + field + } = obj; + // 删除表记录前先删除云存储内的文件 + const db = uniCloud.database(); + const _ = db.command; + let getRes = await db.collection("uni-stat-error-source-map").where(where).limit(1000).get(); + let list = getRes.data; + if (list && list.length > 0) { + let fileList = list.map((item, index) => { + return item.file_id; + }); + try { + let deleteFileRes = await uniCloud.deleteFile({ + fileList + }); + // console.log('deleteFileRes: ', deleteFileRes) + } catch (err) {} + } + } + } +} diff --git a/uniCloud-aliyun/database/uni-stat-error-source-map.schema.json b/uniCloud-aliyun/database/uni-stat-error-source-map.schema.json new file mode 100644 index 0000000..98b53ef --- /dev/null +++ b/uniCloud-aliyun/database/uni-stat-error-source-map.schema.json @@ -0,0 +1,61 @@ +{ + "bsonType": "object", + "description": "存储sourceMap文件资源地址", + "required": [], + "permission": { + "read": "'READ_UNI_STAT_ERROR_RESULT' in auth.permission", + "create": "'READ_UNI_STAT_ERROR_RESULT' in auth.permission", + "update": "'READ_UNI_STAT_ERROR_RESULT' in auth.permission", + "delete": "'READ_UNI_STAT_ERROR_RESULT' in auth.permission" + }, + "properties": { + "_id": { + "description": "ID,系统自动生成" + }, + "appid": { + "bsonType": "string", + "description": "应用ID" + }, + "uni_platform": { + "title": "应用平台", + "bsonType": "string", + "description": "uni客户端平台,如:web、mp-weixin、mp-alipay、app等", + "trim": "both" + }, + "version": { + "bsonType": "string", + "description": "客户端上报的应用版本号" + }, + "file_id": { + "bsonType": "string", + "description": "fileID" + }, + "url": { + "bsonType": "string", + "description": "文件外网url路径" + }, + "name": { + "bsonType": "string", + "description": "文件名" + }, + "size": { + "bsonType": "int", + "description": "文件大小" + }, + "cloud_path": { + "bsonType": "string", + "description": "云端路径,通过该值识别是否是同一个文件" + }, + "base": { + "bsonType": "string", + "description": "基础路径" + }, + "create_time": { + "bsonType": "timestamp", + "description": "上传时间", + "forceDefaultValue": { + "$env": "now" + } + } + } +} diff --git a/uni_modules/uni-forms/changelog.md b/uni_modules/uni-forms/changelog.md index c358a21..8218df5 100644 --- a/uni_modules/uni-forms/changelog.md +++ b/uni_modules/uni-forms/changelog.md @@ -1,3 +1,5 @@ +## 1.4.9(2023-02-10) +- 修复 required 参数无法动态绑定 ## 1.4.8(2022-08-23) - 优化 根据 rules 自动添加 required 的问题 ## 1.4.7(2022-08-22) diff --git a/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue b/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue index 349ee70..34d73be 100644 --- a/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue +++ b/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue @@ -2,9 +2,9 @@ - - * + * {{label}} @@ -126,7 +126,6 @@ data() { return { errMsg: '', - isRequired: false, userRules: null, localLabelAlign: 'left', localLabelWidth: '65px', @@ -315,7 +314,6 @@ this.localLabelWidth = this._labelWidthUnit(labelWidth) // 标签位置 this.localLabelPos = this._labelPosition() - this.isRequired = this.required // 将需要校验的子组件加入form 队列 this.form && type && childrens.push(this) @@ -351,8 +349,6 @@ this.validator = validator // 默认值赋予 this.itemSetValue(_getDataValue(this.name, localData)) - this.isRequired = this._isRequired() - }, unInit() { if (this.form) { @@ -386,7 +382,7 @@ }, // 是否显示星号 - _isRequired() { + _isRequired() { // TODO 不根据规则显示 星号,考虑后续兼容 // if (this.form) { // if (this.form._isRequiredField(this.itemRules.rules || []) && this.required) { diff --git a/uni_modules/uni-forms/package.json b/uni_modules/uni-forms/package.json index e3736c4..1925611 100644 --- a/uni_modules/uni-forms/package.json +++ b/uni_modules/uni-forms/package.json @@ -1,7 +1,7 @@ { "id": "uni-forms", "displayName": "uni-forms 表单", - "version": "1.4.8", + "version": "1.4.9", "description": "由输入框、选择器、单选框、多选框等控件组成,用以收集、校验、提交数据", "keywords": [ "uni-ui", diff --git a/uni_modules/uni-id-pages/changelog.md b/uni_modules/uni-id-pages/changelog.md index 9b1fe26..bb8c7db 100644 --- a/uni_modules/uni-id-pages/changelog.md +++ b/uni_modules/uni-id-pages/changelog.md @@ -1,3 +1,7 @@ +## 1.1.2(2023-02-10) +- 新增 微信小程序端 首页需强制登录时,隐藏返回首页按钮 +- uni-id-co 新增 外部联登后修改用户信息接口(updateUserInfoByExternal) [文档](https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-update-userinfo) +- uni-id-co 优化外部联登接口(登录、注册)逻辑 ## 1.1.1(2023-02-02) - 新增 微信小程序端 支持选择使用微信资料的“头像”和“昵称” 设置用户资料 [详情参考](https://wdoc-76491.picgzc.qpic.cn/MTY4ODg1MDUyNzQyMDUxNw_21263_rTNhg68FTngQGdvQ_1647431233?w=1280&h=695.7176470588236) ## 1.1.0(2023-01-31) diff --git a/uni_modules/uni-id-pages/common/login-page.mixin.js b/uni_modules/uni-id-pages/common/login-page.mixin.js index 26936db..cff4071 100644 --- a/uni_modules/uni-id-pages/common/login-page.mixin.js +++ b/uni_modules/uni-id-pages/common/login-page.mixin.js @@ -45,7 +45,12 @@ let mixin = { if (e.uniIdRedirectUrl) { this.uniIdRedirectUrl = decodeURIComponent(e.uniIdRedirectUrl) - } + } + + if(getCurrentPages().length === 1){ + uni.hideHomeButton() + console.log('已隐藏:返回首页按钮'); + } }, computed: { needAgreements() { diff --git a/components/cloud-image/cloud-image.vue b/uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue similarity index 98% rename from components/cloud-image/cloud-image.vue rename to uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue index d714a3a..5f99a39 100644 --- a/components/cloud-image/cloud-image.vue +++ b/uni_modules/uni-id-pages/components/cloud-image/cloud-image.vue @@ -1,9 +1,9 @@ - + \ No newline at end of file diff --git a/uni_modules/uni-id-pages/package.json b/uni_modules/uni-id-pages/package.json index fef8199..ff20264 100644 --- a/uni_modules/uni-id-pages/package.json +++ b/uni_modules/uni-id-pages/package.json @@ -1,7 +1,7 @@ { "id": "uni-id-pages", "displayName": "uni-id-pages", - "version": "1.1.1", + "version": "1.1.2", "description": "云端一体简单、统一、可扩展的用户中心页面模版", "keywords": [ "用户管理", diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/common/constants.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/common/constants.js index a23dee4..f7ec549 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/common/constants.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/common/constants.js @@ -10,6 +10,7 @@ const openDataCollectionName = 'opendb-open-data' const openDataCollection = db.collection(openDataCollectionName) const USER_IDENTIFIER = { + _id: 'uid', username: 'username', mobile: 'mobile', email: 'email', @@ -22,7 +23,8 @@ const USER_IDENTIFIER = { 'qq_openid.app': 'qq-account', 'qq_openid.mp': 'qq-account', ali_openid: 'alipay-account', - apple_openid: 'alipay-account' + apple_openid: 'alipay-account', + identities: 'idp' } const USER_STATUS = { @@ -76,6 +78,8 @@ const EMAIL_SCENE = { BIND_EMAIL: 'bind-email' } +const EXTERNAL_DIRECT_CONNECT_PROVIDER = 'externalDirectConnect' + module.exports = { db, dbCmd, @@ -88,5 +92,6 @@ module.exports = { CAPTCHA_SCENE, LOG_TYPE, SMS_SCENE, - EMAIL_SCENE + EMAIL_SCENE, + EXTERNAL_DIRECT_CONNECT_PROVIDER } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js index 69013a4..8b15223 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/index.obj.js @@ -83,7 +83,8 @@ const { const { externalRegister, - externalLogin + externalLogin, + updateUserInfoByExternal } = require('./module/external') module.exports = { @@ -602,15 +603,35 @@ module.exports = { */ setPwd, /** - * 外部用户注册,将自身系统的用户账号导入uniId,为其创建一个对应uniId的账号(unieid),使得该账号可以使用依赖uniId的系统及功能。 + * 外部注册用户 * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-register - * @returns + * @param {object} params + * @param {string} params.externalUid 业务系统的用户id + * @param {string} params.nickname 昵称 + * @param {string} params.gender 性别 + * @param {string} params.avatar 头像 + * @returns {object} */ externalRegister, /** - * 外部用户登录,使用unieid即可登录 + * 外部用户登录 * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-login - * @returns - * */ - externalLogin + * @param {object} params + * @param {string} params.userId uni-id体系用户id + * @param {string} params.externalUid 业务系统的用户id + * @returns {object} + */ + externalLogin, + /** + * 使用 userId 或 externalUid 获取用户信息 + * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-update-userinfo + * @param {object} params + * @param {string} params.userId uni-id体系的用户id + * @param {string} params.externalUid 业务系统的用户id + * @param {string} params.nickname 昵称 + * @param {string} params.gender 性别 + * @param {string} params.avatar 头像 + * @returns {object} + */ + updateUserInfoByExternal } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/lib/utils/account.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/lib/utils/account.js index 36a7cbf..1fd25f0 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/lib/utils/account.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/lib/utils/account.js @@ -1,5 +1,4 @@ const { - db, dbCmd, userCollection } = require('../../common/constants') @@ -85,6 +84,8 @@ function getUserQueryCondition (userRecord = {}) { username: username.toLowerCase() }) } + } else if (key === 'identities') { + queryItem.identities = dbCmd.elemMatch(value) } condition.push(queryItem) } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/middleware/verify-request-sign.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/middleware/verify-request-sign.js index 84420e3..2743ca3 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/middleware/verify-request-sign.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/middleware/verify-request-sign.js @@ -2,16 +2,22 @@ const crypto = require('crypto') const { ERROR } = require('../common/error') const needSignFunctions = new Set([ 'externalRegister', - 'externalLogin' + 'externalLogin', + 'updateUserInfoByExternal' ]) module.exports = function () { const methodName = this.getMethodName() const { source } = this.getUniversalClientInfo() - // 非 HTTP 方式请求不需要鉴权 - if (source !== 'http') return // 指定接口需要鉴权 if (!needSignFunctions.has(methodName)) return + + // 非 HTTP 方式请求不需要鉴权 + if (source !== 'http') { + throw { + errCode: ERROR.ILLEGAL_REQUEST + } + } const timeout = 20 * 1000 // 请求超过20秒不能再请求,防止重放攻击 const { headers, body: _body } = this.getHttpInfo() diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/admin/update-user.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/admin/update-user.js index 085d64a..ed2f7b6 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/admin/update-user.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/admin/update-user.js @@ -83,10 +83,10 @@ module.exports = async function (params = {}) { username, dcloud_appid: authorizedApp, nickname, - role: role, + role, mobile, email, - tags: tags, + tags, status } @@ -132,7 +132,6 @@ module.exports = async function (params = {}) { await userCollection.doc(uid).update(realData) - return { errCode: 0 } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/index.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/index.js index fe2ab8b..6fa597f 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/index.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/index.js @@ -1,4 +1,5 @@ module.exports = { externalRegister: require('./register'), - externalLogin: require('./login') + externalLogin: require('./login'), + updateUserInfoByExternal: require('./update-user-info') } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/login.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/login.js index 2eccf09..af13013 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/login.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/login.js @@ -1,20 +1,59 @@ const { preLogin, postLogin } = require('../../lib/utils/login') +const { EXTERNAL_DIRECT_CONNECT_PROVIDER } = require('../../common/constants') +const { ERROR } = require('../../common/error') +/** + * 外部用户登录 + * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-login + * @param {object} params + * @param {string} params.uid uni-id体系用户id + * @param {string} params.externalUid 业务系统的用户id + * @returns {object} + */ module.exports = async function (params = {}) { const schema = { - unieid: 'username' + uid: { + required: false, + type: 'string' + }, + externalUid: { + required: false, + type: 'string' + } } this.middleware.validate(params, schema) const { - unieid + uid, + externalUid } = params - const user = await preLogin.call(this, { - user: { - username: unieid + if (!uid && !externalUid) { + throw { + errCode: ERROR.PARAM_REQUIRED, + errMsgValue: { + param: 'uid or externalUid' + } + } + } + + let query + if (uid) { + query = { + _id: uid } + } else { + query = { + identities: { + provider: EXTERNAL_DIRECT_CONNECT_PROVIDER, + uid: externalUid + } + } + } + + const user = await preLogin.call(this, { + user: query }) const result = await postLogin.call(this, { @@ -24,6 +63,6 @@ module.exports = async function (params = {}) { return { errCode: result.errCode, newToken: result.newToken, - unieid + uid: result.uid } } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/register.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/register.js index ad65c1e..783fe7f 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/register.js +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/register.js @@ -1,8 +1,19 @@ const { preRegister, postRegister } = require('../../lib/utils/register') +const { EXTERNAL_DIRECT_CONNECT_PROVIDER } = require('../../common/constants') +/** + * 外部注册用户 + * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-register + * @param {object} params + * @param {string} params.externalUid 业务系统的用户id + * @param {string} params.nickname 昵称 + * @param {string} params.gender 性别 + * @param {string} params.avatar 头像 + * @returns {object} + */ module.exports = async function (params = {}) { const schema = { - unieid: 'username', + externalUid: 'string', nickname: { required: false, type: 'nickname' @@ -20,7 +31,7 @@ module.exports = async function (params = {}) { this.middleware.validate(params, schema) const { - unieid, + externalUid, avatar, gender, nickname @@ -28,25 +39,39 @@ module.exports = async function (params = {}) { await preRegister.call(this, { user: { - username: unieid + identities: { + provider: EXTERNAL_DIRECT_CONNECT_PROVIDER, + uid: externalUid + } } }) const result = await postRegister.call(this, { user: { - username: unieid, avatar, gender, - nickname + nickname, + identities: [ + { + provider: EXTERNAL_DIRECT_CONNECT_PROVIDER, + userInfo: { + avatar, + gender, + nickname + }, + uid: externalUid + } + ] } }) return { errCode: result.errCode, newToken: result.newToken, - unieid, + externalUid, avatar, gender, - nickname + nickname, + uid: result.uid } } diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/update-user-info.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/update-user-info.js new file mode 100644 index 0000000..f23a916 --- /dev/null +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/module/external/update-user-info.js @@ -0,0 +1,161 @@ +const { userCollection, EXTERNAL_DIRECT_CONNECT_PROVIDER } = require('../../common/constants') +const { ERROR } = require('../../common/error') +const { findUser } = require('../../lib/utils/account') +const PasswordUtils = require('../../lib/utils/password') + +/** + * 使用 uid 或 externalUid 获取用户信息 + * @tutorial https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages.html#external-update-userinfo + * @param {object} params + * @param {string} params.uid uni-id体系的用户id + * @param {string} params.externalUid 业务系统的用户id + * @param {string} params.nickname 昵称 + * @param {string} params.gender 性别 + * @param {string} params.avatar 头像 + * @returns {object} + */ +module.exports = async function (params = {}) { + const schema = { + uid: { + required: false, + type: 'string' + }, + externalUid: { + required: false, + type: 'string' + }, + username: { + required: false, + type: 'string' + }, + password: { + required: false, + type: 'password' + }, + authorizedApp: { + required: false, + type: 'array' + }, // 指定允许登录的app,传空数组或不传时表示可以不可以在任何端登录 + nickname: { + required: false, + type: 'nickname' + }, + role: { + require: false, + type: 'array' + }, + mobile: { + required: false, + type: 'mobile' + }, + email: { + required: false, + type: 'email' + }, + tags: { + required: false, + type: 'array' + }, + status: { + required: false, + type: 'number' + } + } + + this.middleware.validate(params, schema) + + const { + uid, + externalUid, + username, + password, + authorizedApp, + nickname, + role, + mobile, + email, + tags, + status + } = params + + if (!uid && !externalUid) { + throw { + errCode: ERROR.PARAM_REQUIRED, + errMsgVal: { + param: 'uid or externalUid' + } + } + } + + let query + if (uid) { + query = { + _id: uid + } + } else { + query = { + identities: { + provider: EXTERNAL_DIRECT_CONNECT_PROVIDER, + uid: externalUid + } + } + } + + // 更新的用户数据字段 + const data = { + username, + dcloud_appid: authorizedApp, + nickname, + role, + mobile, + email, + tags, + status + } + + const realData = Object.keys(data).reduce((res, key) => { + const item = data[key] + if (item !== undefined) { + res[key] = item + } + return res + }, {}) + + // 更新用户名时验证用户名是否重新 + if (username) { + const { + userMatched + } = await findUser({ + userQuery: { + username + }, + authorizedApp + }) + if (userMatched.filter(user => user._id !== uid).length) { + throw { + errCode: ERROR.ACCOUNT_EXISTS + } + } + } + if (password) { + const passwordUtils = new PasswordUtils({ + clientInfo: this.getUniversalClientInfo(), + passwordSecret: this.config.passwordSecret + }) + const { + passwordHash, + version + } = passwordUtils.generatePasswordHash({ + password + }) + + realData.password = passwordHash + realData.password_secret_version = version + } + + await userCollection.where(query).update(realData) + + return { + errCode: 0 + } +} diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json index e4b8b33..e7fe854 100644 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json +++ b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/package.json @@ -1,6 +1,6 @@ { "name": "uni-id-co", - "version": "1.0.38", + "version": "1.1.2", "description": "", "main": "index.js", "keywords": [], diff --git a/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json b/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json index 20a9be9..b5aea02 100644 --- a/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json +++ b/uni_modules/uni-id-pages/uniCloud/database/uni-id-users.schema.json @@ -388,7 +388,7 @@ "title": "用户名", "trim": "both", "permission": { - "read": true, + "read": "doc._id == auth.uid || 'READ_UNI_ID_USERS' in auth.permission", "write": "'CREATE_UNI_ID_USERS' in auth.permission || 'UPDATE_UNI_ID_USERS' in auth.permission" } }, @@ -459,7 +459,15 @@ "read": false, "write": false } + }, + "identities": { + "bsonType": "array", + "description": "三方平台身份信息;一个对象代表一个身份,参数支持: provider 身份源, userInfo 三方用户信息, openid 三方openid, unionid 三方unionid, uid 三方uid", + "permission": { + "read": "'READ_UNI_ID_USERS' in auth.permission", + "write": "'CREATE_UNI_ID_USERS' in auth.permission || 'UPDATE_UNI_ID_USERS' in auth.permission" + } } }, "required": [] -} \ No newline at end of file +} diff --git a/uni_modules/uni-id/changelog.md b/uni_modules/uni-id/changelog.md deleted file mode 100644 index 5e162b1..0000000 --- a/uni_modules/uni-id/changelog.md +++ /dev/null @@ -1,113 +0,0 @@ -## 3.3.29(2022-10-20) -- 使用[uni-open-bridge-common](https://uniapp.dcloud.net.cn/uniCloud/uni-open-bridge.html#common)存储用户三方凭证,以便其他服务使用。 -## 3.3.28(2022-07-27) -- 修复 app端微信登录返回的accessToken过期时间(expired)不正确的Bug -## 3.3.27(2022-07-27) -- 短信发送失败、微信登录失败等场景下输出原始错误方便排查错误 -## 3.3.26(2022-07-08) -- 兼容配置放在uni-id下的逻辑,但是仍推荐使用uni-config-center -## 3.3.25(2022-06-30) -- 修复config文件不合法时未抛出具体错误的Bug -## 3.3.24(2022-06-28) -- 修复3.3.12引出的使用多应用配置时报错的Bug -## 3.3.23(2022-06-13) -- 修复上版本引出的部分依赖未找到的Bug -## 3.3.22(2022-06-13) -- 新增 preferedWebPlatform 配置用于解决HBuilderX 3.4.9版本起web端platform不一致的问题 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=prefered-web-platform) -## 3.3.21(2022-05-24) -- 修复createInstance传入clientInfo无效的Bug -## 3.3.20(2022-05-19) -- 调整以下错误码(账号已注册[uni-id-account-exists]、账号不存在[uni-id-account-not-exists]、账号已绑定[uni-id-account-bound]) -## 3.3.19(2022-05-19) -- 修复 addUser 部分情况下会创建出重复账号的Bug -## 3.3.18(2022-05-12) -- 调整绑定、解绑邮箱手机号接口,只要传递code参数就进行验证码校验即使传递的值为undefined -## 3.3.17(2022-05-09) -- register_env内增加os_name字段用于区分注册时的客户端系统类型 -## 3.3.16(2022-05-09) -- 修复 addUser接口添加的用户无法使用密码登录的Bug [详情](https://ask.dcloud.net.cn/question/144670) -## 3.3.15(2022-05-08) -- 修复config文件语法错误时报`this.t is not a function`的Bug 感谢@寒暄 -## 3.3.14(2022-05-08) -- 新增 getWeixinUserInfo接口 用于获取app平台微信登录用户的用户信息 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#get-weixin-user-info) -- 新增 addUser接口 用于手动添加用户 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#add-user) -- 新增 resetPwdBySms接口 用于使用短信验证码重置密码 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#reset-pwd-by-sms) -- 新增 refreshToken接口 用于主动刷新用户token [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#refresh-token) -- 调整 用户注册时记录用户注册环境到 register_env 字段 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#user-table) -- 调整 用户注册时将注册 ip 移至 register_env 内 - -## 3.3.13(2022-03-04) -- createInstance方法支持传递clientInfo [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id.html#create-instance) -- 修复`this.t is not a function`报错 -## 3.3.12(2022-01-15) -- 新增 preferedAppPlatform 配置用于解决uni-app vue2版本vue3版本获取platform不一致的问题 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=prefered-app-platform) -- 修复 checkToken 未返回自定义token内容的Bug -## 3.3.11(2022-01-11) -- 修复用户名密码登录时多个应用出现重复用户名登录报错的Bug -## 3.3.10(2022-01-07) -- 新增 自定义国际化语言支持 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=custom-i8n) -- 修复 一键登录时未校验重复手机号是否已验证的Bug -- 修复 Apple登录时用户邮箱为空时报错的Bug -- 修复 登录接口未传username时错误提示不正确的Bug -## 3.3.9(2021-11-09) -- 去除重复的context.xxx未找到的提示语 -## 3.3.8(2021-10-28) -- 新增 用户账户封禁接口 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=ban-account) -- 新增 用户账户注销接口 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=close-account) -- 修复 未传appid时用户重复注册的Bug -## 3.3.7(2021-10-08) -- 移除部分接口的废弃提示 -## 3.3.6(2021-09-08) -- 修复 邀请码可能重复的Bug -## 3.3.5(2021-08-10) -- 修复版本号错误 -## 3.3.4(2021-08-10) -- 微信、QQ、支付宝登录新增type参数用于指定当前是登录还是注册 -## 3.3.3(2021-08-04) -- 修复使用数组形式的配置文件报错的Bug -## 3.3.2(2021-08-03) -- 修复上3.3.0版本引出的createInstance接口传入配置不生效的Bug 感谢[hmh](https://gitee.com/hmh) -## 3.3.1(2021-07-30) -- 修复 将设置用户允许登录的应用列表时传入空数组报错的Bug -## 3.3.0(2021-07-30) -- 新增 不同端应用配置隔离 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=isolate-config) -- 新增 不同端用户隔离 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=isolate-user) - + 此版本升级需要开发者处理一下用户数据,请参考 [补齐用户dcloud_appid字段](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=makeup-dcloud-appid) -- 新增 QQ登录、注册相关功能 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=qq) -- 调整 不再支持绑定手机、邮箱时不填验证码直接绑定 -## 3.2.1(2021-07-09) -- 撤销3.2.0版本所做的调整 -## 3.2.0(2021-07-09) -- 【重要】支持不同端(管理端、用户端等)用户隔离 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=isolate-user) -- 支持不同端(管理端、用户端等)配置文件隔离 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=isolate-config) -## 3.1.3(2021-07-08) -- 移除插件内误传的node_modules -## 3.1.2(2021-07-08) -- 修复 微信小程序绑定微信账号时报错的Bug -## 3.1.1(2021-07-01) -- 使用新的错误码规范,兼容旧版 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=errcode) -- 修复微信登录、绑定时未返回用户accessToken的Bug -## 3.1.0(2021-04-19) -- 增加对用户名、邮箱、密码字段的两端去空格 -- 默认忽略用户名、邮箱的大小写 [详情](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=case-sensitive) -- 修复 customToken导出async方法报错的Bug -## 3.0.12(2021-04-13) -- 调整bindTokenToDevice默认值为false -## 3.0.11(2021-04-12) -- 修复3.0.7版本引出的多个用户访问时可能出现30201报错的Bug -## 3.0.10(2021-04-08) -- 优化错误提示 -## 3.0.9(2021-04-08) -- bindMobile接口支持通过一键登录的方式绑定 -- 优化错误提示 -## 3.0.8(2021-03-19) -- 修复 3.0.7版本某些情况下生成token报错的Bug -## 3.0.7(2021-03-19) -- 新增 支持uni-config-center,更新uni-id无须再担心配置被覆盖 [详情](https://uniapp.dcloud.io/uniCloud/uni-id?id=uni-config-center) -- 新增 自定义token内容,可以缓存角色权限之外的更多信息到客户端 [详情](https://uniapp.dcloud.io/uniCloud/uni-id?id=custom-token) -- 新增 支持传入context获取uni-id实例,防止单实例多并发时全局context混乱 [详情](https://uniapp.dcloud.io/uniCloud/uni-id?id=create-instance) -## 3.0.6(2021-03-05) -- 新增[uniID.wxBizDataCrypt](https://uniapp.dcloud.io/uniCloud/uni-id?id=%e5%be%ae%e4%bf%a1%e6%95%b0%e6%8d%ae%e8%a7%a3%e5%af%86)方法 -- 优化loginByApple方法,提高接口响应速度 -## 3.0.5(2021-02-03) -- 调整为uni_modules目录规范 diff --git a/uni_modules/uni-id/package.json b/uni_modules/uni-id/package.json deleted file mode 100644 index fedf4a4..0000000 --- a/uni_modules/uni-id/package.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "id": "uni-id", - "displayName": "uni-id", - "version": "3.3.29", - "description": "简单、统一、可扩展的用户中心", - "keywords": [ - "uniid", - "uni-id", - "用户管理", - "用户中心", - "短信验证码" -], - "repository": "https://gitee.com/dcloud/uni-id.git", - "engines": { - "HBuilderX": "^3.1.0" - }, - "dcloudext": { - "sale": { - "regular": { - "price": "0.00" - }, - "sourcecode": { - "price": "0.00" - } - }, - "contact": { - "qq": "" - }, - "declaration": { - "ads": "无", - "data": "无", - "permissions": "无" - }, - "npmurl": "", - "type": "unicloud-template-function" - }, - "uni_modules": { - "dependencies": ["uni-config-center", "uni-open-bridge-common"], - "encrypt": [], - "platforms": { - "cloud": { - "tcb": "y", - "aliyun": "y" - }, - "client": { - "App": { - "app-vue": "u", - "app-nvue": "u" - }, - "H5-mobile": { - "Safari": "u", - "Android Browser": "u", - "微信浏览器(Android)": "u", - "QQ浏览器(Android)": "u" - }, - "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" - }, - "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" - }, - "快应用": { - "华为": "u", - "联盟": "u" - }, - "Vue": { - "vue2": "y", - "vue3": "u" - } - } - } - } -} diff --git a/uni_modules/uni-id/readme.md b/uni_modules/uni-id/readme.md deleted file mode 100644 index 6890121..0000000 --- a/uni_modules/uni-id/readme.md +++ /dev/null @@ -1,33 +0,0 @@ -**文档已移至[uni-id文档](https://uniapp.dcloud.net.cn/uniCloud/uni-id)** - -> 一般uni-id升级大版本时为不兼容更新,从低版本迁移到高版本请参考:[uni-id迁移指南](https://uniapp.dcloud.net.cn/uniCloud/uni-id?id=migration) - -## 重要升级说明 - -**uni-id 3.x版本,搭配的uniCloud admin版本需大于1.2.10。** - -### 缓存角色权限 - -自`uni-id 3.0.0`起,支持在token内缓存用户的角色权限,默认开启此功能,各登录接口的needPermission参数不再生效。如需关闭请在config内配置`"removePermissionAndRoleFromToken": true`。 - -为什么要缓存角色权限?要知道云数据库是按照读写次数来收取费用的,并且读写数据库会拖慢接口响应速度。未配置`"removePermissionAndRoleFromToken": true`的情况下,可以在调用checkToken接口时不查询数据库获取用户角色权限。 - -详细checkToken流程如下: - -![](https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/ed45d350-5a4d-11eb-b997-9918a5dda011.jpg) - -可以看出,旧版token(removePermissionAndRoleFromToken为true时生成的)在checkToken时如需返回权限需要进行两次数据库查询。新版token不需要查库即可返回权限信息。 - -**注意** - -- 由于角色权限缓存在token内,可能会存在权限已经更新但是用户token未过期之前依然是旧版角色权限的情况。可以调短一些token过期时间来减少这种情况的影响。 -- admin角色token内不包含permission,如需自行判断用户是否有某个权限,要注意admin角色需要额外判断一下,写法如下 - ```js - const { - role, - permission - } = await uniID.checkToken(event.uniIdToken) - if(role.includes('admin') || permission.includes('your permission id')) { - // 当前角色拥有'your permission id'对应的权限 - } - ``` \ No newline at end of file diff --git a/uni_modules/uni-id/uni-id.zip b/uni_modules/uni-id/uni-id.zip deleted file mode 100644 index 82cc8993cfc7015540062cc4cab7eec438694899..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42348 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 GNB;-MO$1p0 diff --git a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/LICENSE.md b/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/LICENSE.md deleted file mode 100644 index 29f81d8..0000000 --- a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/LICENSE.md +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/index.js b/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/index.js deleted file mode 100644 index 5375d30..0000000 --- a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/index.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}var t=e(require("crypto")),r=e(require("buffer")),n=e(require("stream")),i=e(require("util"));const o={PARAM_ERROR:{errCode:"param-error"},PARAM_REQUIRED:{errCode:"param-required"},USER_NOT_EXIST:{errCode:"user-not-exist"},ROLE_NOT_EXIST:{errCode:"role-not-exist"},PERMISSION_NOT_EXIST:{errCode:"permission-not-exist"},MULTI_USER_MATCHED:{errCode:"multi-user-matched"},USER_INFO_ERROR:{errCode:"user-info-error"},USER_ACCOUNT_CONFLICT:{errCode:"user-account-conflict"},USER_ACCOUNT_CLOSED:{errCode:"user-account-closed"},ACCOUNT_EXISTS:{errCode:"account-exists"},ACCOUNT_NOT_EXISTS:{errCode:"account-not-exists"},ACCOUNT_BOUND:{errCode:"account-bound"},UNBIND_FAILED:{errCode:"unbind-failed"},INVALID_INVITE_CODE:{errCode:"invalid-invite-code"},SET_INVITE_CODE_FAILED:{errCode:"set-invite-code-failed"},GET_THIRD_PARTY_ACCOUNT_FAILED:{errCode:"get-third-party-account-failed"},GET_THIRD_PARTY_USER_INFO_FAILED:{errCode:"get-third-party-user-info-failed"}},s={0:{errCode:0,errMsg:""},10001:{errCode:"account-banned"},10002:o.USER_NOT_EXIST,10003:o.MULTI_USER_MATCHED,10004:o.USER_INFO_ERROR,10005:o.USER_ACCOUNT_CONFLICT,10006:o.USER_ACCOUNT_CLOSED,10102:{errCode:"password-error"},10103:{errCode:"password-error-exceed-limit"},10201:o.ACCOUNT_EXISTS,10202:o.ACCOUNT_NOT_EXISTS,10203:o.INVALID_INVITE_CODE,10301:o.ACCOUNT_EXISTS,10302:o.ACCOUNT_NOT_EXISTS,10401:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10402:o.ACCOUNT_EXISTS,10403:o.ACCOUNT_NOT_EXISTS,10501:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10502:o.ACCOUNT_EXISTS,10503:o.ACCOUNT_NOT_EXISTS,10601:o.ACCOUNT_EXISTS,10602:o.ACCOUNT_NOT_EXISTS,10701:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10702:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10703:o.ACCOUNT_EXISTS,10704:o.ACCOUNT_NOT_EXISTS,10705:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10706:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10801:o.GET_THIRD_PARTY_ACCOUNT_FAILED,10802:o.ACCOUNT_EXISTS,10803:o.ACCOUNT_NOT_EXISTS,20101:o.PARAM_REQUIRED,20102:o.ACCOUNT_EXISTS,30101:o.PARAM_REQUIRED,30201:{errCode:"check-device-feature-failed"},30202:{errCode:"token-not-exist"},30203:{errCode:"token-expired"},30204:{errCode:"check-token-failed"},40201:o.USER_NOT_EXIST,40202:{errCode:"invalid-old-password"},50101:o.PARAM_REQUIRED,50102:o.PARAM_ERROR,50201:o.PARAM_REQUIRED,50203:o.PARAM_ERROR,50202:{errCode:"invalid-verify-code"},50301:{errCode:"send-sms-code-failed"},60101:o.ACCOUNT_BOUND,60201:o.ACCOUNT_BOUND,60301:o.GET_THIRD_PARTY_ACCOUNT_FAILED,60302:o.ACCOUNT_BOUND,60401:o.GET_THIRD_PARTY_ACCOUNT_FAILED,60402:o.ACCOUNT_BOUND,60501:o.GET_THIRD_PARTY_ACCOUNT_FAILED,60502:o.ACCOUNT_BOUND,70101:o.UNBIND_FAILED,70201:o.UNBIND_FAILED,70301:o.UNBIND_FAILED,70401:o.UNBIND_FAILED,70501:o.UNBIND_FAILED,80301:o.USER_NOT_EXIST,80401:o.SET_INVITE_CODE_FAILED,80402:o.SET_INVITE_CODE_FAILED,80501:o.INVALID_INVITE_CODE,80502:o.USER_NOT_EXIST,80503:{errCode:"modify-invite-code-is-not-allowed"},80601:o.GET_THIRD_PARTY_ACCOUNT_FAILED,80602:o.GET_THIRD_PARTY_ACCOUNT_FAILED,80701:o.GET_THIRD_PARTY_ACCOUNT_FAILED,80702:o.GET_THIRD_PARTY_ACCOUNT_FAILED,80801:{errCode:"decrypt-weixin-data-failed"},80802:{errCode:"decrypt-weixin-data-failed"},80803:{errCode:"invalid-weixin-appid"},80804:o.PARAM_REQUIRED,80805:o.PARAM_REQUIRED,80806:o.PARAM_REQUIRED,80901:o.GET_THIRD_PARTY_USER_INFO_FAILED,90001:{errCode:"database-operation-failed"},90002:o.PARAM_REQUIRED,90003:o.PARAM_ERROR,90004:o.USER_NOT_EXIST,90005:o.ROLE_NOT_EXIST,90006:o.PERMISSION_NOT_EXIST};class a extends Error{constructor(e){super(e.message),this.errMsg=e.message||"",Object.defineProperties(this,{message:{get(){return`errCode: ${e.code||""} | errMsg: `+this.errMsg},set(e){this.errMsg=e}}})}}const c=Object.prototype.toString,u=Object.prototype.hasOwnProperty;function d(e,t){return u.call(e,t)}function p(e){return"[object Object]"===c.call(e)}function l(e){return"function"==typeof e}function f(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}function m(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}const h=/_(\w)/g,g=/[A-Z]/g;function y(e){return e.replace(h,(e,t)=>t?t.toUpperCase():"")}function w(e){return e.replace(g,e=>"_"+e.toLowerCase())}function v(e,t){let r,n;switch(t){case"snake2camel":n=y,r=h;break;case"camel2snake":n=w,r=g}for(const i in e)if(d(e,i)&&r.test(i)){const r=n(i);e[r]=e[i],delete e[i],p(e[r])?e[r]=v(e[r],t):Array.isArray(e[r])&&(e[r]=e[r].map(e=>v(e,t)))}return e}function _(e){return v(e,"snake2camel")}function b(e){return v(e,"camel2snake")}function T(e){return function(e,t="-"){e=e||new Date;const r=[];return r.push(e.getFullYear()),r.push(("00"+(e.getMonth()+1)).substr(-2)),r.push(("00"+e.getDate()).substr(-2)),r.join(t)}(e=e||new Date)+" "+function(e,t=":"){e=e||new Date;const r=[];return r.push(("00"+e.getHours()).substr(-2)),r.push(("00"+e.getMinutes()).substr(-2)),r.push(("00"+e.getSeconds()).substr(-2)),r.join(t)}(e)}function E(){"development"===process.env.NODE_ENV&&console.log(...arguments)}function C(e=6){let t="";for(let r=0;r-1?"&":"?"}access_token=${t.accessToken}`}return`${e}${r}`}class G{constructor(e){this.options=Object.assign({baseUrl:"https://api.weixin.qq.com",timeout:5e3},e)}async _requestWxOpenapi({name:e,url:t,data:r,options:n}){const i={method:"GET",dataType:"json",dataAsQueryString:!0,timeout:this.options.timeout};return await H({name:"auth."+e,url:`${this.options.baseUrl}${K(t,r)}`,data:r,options:n,defaultOptions:i})}async code2Session(e){return await this._requestWxOpenapi({name:"code2Session",url:"/sns/jscode2session",data:{grant_type:"authorization_code",appid:this.options.appId,secret:this.options.secret,js_code:e}})}async getOauthAccessToken(e){const t=await this._requestWxOpenapi({name:"getOauthAccessToken",url:"/sns/oauth2/access_token",data:{grant_type:"authorization_code",appid:this.options.appId,secret:this.options.secret,code:e}});return t.expiresIn&&(t.expired=Date.now()+1e3*t.expiresIn),t}async getUserInfo({accessToken:e,openid:t}={}){const{nickname:r,headimgurl:n}=await this._requestWxOpenapi({name:"getUserInfo",url:"/sns/userinfo",data:{accessToken:e,openid:t,appid:this.options.appId,secret:this.options.secret,scope:"snsapi_userinfo"}});return{nickname:r,avatar:n}}}async function Q({name:e,url:t,data:r,options:n,defaultOptions:i}){let o;n=Object.assign({},i,n,{data:b(Object.assign({},r))});try{o=await uniCloud.httpclient.request(t,n)}catch(t){return function(e,t){throw new a({code:t.code||-2,message:t.message||e+" fail"})}(e,t)}let s=o.data;const c=o.headers["content-type"];if(!Buffer.isBuffer(s)||0!==c.indexOf("text/plain")&&0!==c.indexOf("application/json"))Buffer.isBuffer(s)&&(s={buffer:s,contentType:c});else try{s=JSON.parse(s.toString())}catch(e){s=s.toString()}return _(function(e,t){if(t.ret||t.error){const r=t.ret||t.error||t.errcode||-2,n=t.msg||t.error_description||t.errmsg||e+" fail";throw new a({code:r,message:n})}return delete t.ret,delete t.msg,delete t.error,delete t.error_description,delete t.errcode,delete t.errmsg,{...t,errMsg:e+" ok",errCode:0}}(e,s||{errCode:-2,errMsg:"Request failed"}))}class X{constructor(e){this.options=Object.assign({baseUrl:"https://graph.qq.com",timeout:5e3},e)}async _requestQQOpenapi({name:e,url:t,data:r,options:n}){const i={method:"GET",dataType:"json",dataAsQueryString:!0,timeout:this.options.timeout};var o,s;return await Q({name:"auth."+e,url:(o=this.options.baseUrl,s=t,/^https?:/.test(s)?s:o+s),data:r,options:n,defaultOptions:i})}async getOpenidByToken({accessToken:e}={}){const t=await this._requestQQOpenapi({name:"getOpenidByToken",url:"/oauth2.0/me",data:{accessToken:e,unionid:1,fmt:"json"}});if(t.clientId!==this.options.appId)throw new a({code:"APPID_NOT_MATCH",message:"appid not match"});return{openid:t.openid,unionid:t.unionid}}async code2Session({code:e}={}){return await this._requestQQOpenapi({name:"getOpenidByToken",url:"https://api.q.qq.com/sns/jscode2session",data:{grant_type:"authorization_code",appid:this.options.appId,secret:this.options.secret,js_code:e}})}}const Y={RSA:"RSA-SHA1",RSA2:"RSA-SHA256"};var z={code2Session:{returnValue:{openid:"userId"}}};class W extends class{constructor(e={}){if(!e.appId)throw new Error("appId required");if(!e.privateKey)throw new Error("privateKey required");const t={gateway:"https://openapi.alipay.com/gateway.do",timeout:5e3,charset:"utf-8",version:"1.0",signType:"RSA2",timeOffset:-(new Date).getTimezoneOffset()/60,keyType:"PKCS8"};e.sandbox&&(e.gateway="https://openapi.alipaydev.com/gateway.do"),this.options=Object.assign({},t,e);const r="PKCS8"===this.options.keyType?"PRIVATE KEY":"RSA PRIVATE KEY";this.options.privateKey=this._formatKey(this.options.privateKey,r),this.options.alipayPublicKey&&(this.options.alipayPublicKey=this._formatKey(this.options.alipayPublicKey,"PUBLIC KEY"))}_formatKey(e,t){return`-----BEGIN ${t}-----\n${e}\n-----END ${t}-----`}_formatUrl(e,t){let r=e;const n=["app_id","method","format","charset","sign_type","sign","timestamp","version","notify_url","return_url","auth_token","app_auth_token"];for(const e in t)if(n.indexOf(e)>-1){const n=encodeURIComponent(t[e]);r=`${r}${r.includes("?")?"&":"?"}${e}=${n}`,delete t[e]}return{execParams:t,url:r}}_getSign(e,r){const n=r.bizContent||null;delete r.bizContent;const i=Object.assign({method:e,appId:this.options.appId,charset:this.options.charset,version:this.options.version,signType:this.options.signType,timestamp:T((o=this.options.timeOffset,new Date(Date.now()+6e4*((new Date).getTimezoneOffset()+60*(o||0)))))},r);var o;n&&(i.bizContent=JSON.stringify(b(n)));const s=b(i),a=Object.keys(s).sort().map(e=>{let t=s[e];return"[object String]"!==Array.prototype.toString.call(t)&&(t=JSON.stringify(t)),`${e}=${t}`}).join("&"),c=t.createSign(Y[this.options.signType]).update(a,"utf8").sign(this.options.privateKey,"base64");return Object.assign(s,{sign:c})}async _exec(e,t={},r={}){const n=this._getSign(e,t),{url:i,execParams:o}=this._formatUrl(this.options.gateway,n),{status:s,data:a}=await uniCloud.httpclient.request(i,{method:"POST",data:o,dataType:"text",timeout:this.options.timeout});if(200!==s)throw new Error("request fail");const c=JSON.parse(a),u=e.replace(/\./g,"_")+"_response",d=c[u],p=c.error_response;if(d){if(!r.validateSign||this._checkResponseSign(a,u)){if(!d.code||"10000"===d.code){return{errCode:0,errMsg:d.msg||"",..._(d)}}const e=d.sub_code?`${d.sub_code} ${d.sub_msg}`:""+(d.msg||"unkonwn error");throw new Error(e)}throw new Error("check sign error")}if(p)throw new Error(p.sub_msg||p.msg||"request fail");throw new Error("request fail")}_checkResponseSign(e,r){if(!this.options.alipayPublicKey||""===this.options.alipayPublicKey)return console.warn("options.alipayPublicKey is empty"),!0;if(!e)return!1;const n=this._getSignStr(e,r),i=JSON.parse(e).sign,o=t.createVerify(Y[this.options.signType]);return o.update(n,"utf8"),o.verify(this.options.alipayPublicKey,i,"base64")}_getSignStr(e,t){let r=e.trim();const n=e.indexOf(t+'"'),i=e.lastIndexOf('"sign"');return r=r.substr(n+t.length+1),r=r.substr(0,i),r=r.replace(/^[^{]*{/g,"{"),r=r.replace(/\}([^}]*)$/g,"}"),r}}{constructor(e){super(e),this._protocols=z}async code2Session(e){return await this._exec("alipay.system.oauth.token",{grantType:"authorization_code",code:e})}}function J(e){var t=e[0];return t<"0"||t>"7"?"00"+e:e}function Z(e){var t=e.toString(16);return t.length%2?"0"+t:t}function ee(e){if(e<=127)return Z(e);var t=Z(e);return Z(128+t.length/2)+t}function te(e,t){return e(t={exports:{}},t.exports),t.exports}var re=te((function(e,t){var n=r.Buffer;function i(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=o),o.prototype=Object.create(n.prototype),i(n,o),o.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},o.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=n(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},o.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},o.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}})),ne=(re.Buffer,re.Buffer);function ie(e){if(this.buffer=null,this.writable=!0,this.readable=!0,!e)return this.buffer=ne.alloc(0),this;if("function"==typeof e.pipe)return this.buffer=ne.alloc(0),e.pipe(this),this;if(e.length||"object"==typeof e)return this.buffer=e,this.writable=!1,process.nextTick(function(){this.emit("end",e),this.readable=!1,this.emit("close")}.bind(this)),this;throw new TypeError("Unexpected data type ("+typeof e+")")}i.inherits(ie,n),ie.prototype.write=function(e){this.buffer=ne.concat([this.buffer,ne.from(e)]),this.emit("data",e)},ie.prototype.end=function(e){e&&this.write(e),this.emit("end",e),this.emit("close"),this.writable=!1,this.readable=!1};var oe=ie,se=r.Buffer,ae=r.SlowBuffer,ce=ue;function ue(e,t){if(!se.isBuffer(e)||!se.isBuffer(t))return!1;if(e.length!==t.length)return!1;for(var r=0,n=0;n=128&&--n,n}var we={derToJose:function(e,t){e=ge(e);var r=me(t),n=r+1,i=e.length,o=0;if(48!==e[o++])throw new Error('Could not find expected "seq"');var s=e[o++];if(129===s&&(s=e[o++]),i-o0)return function(e){if((e=String(e)).length>100)return;var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t)return;var r=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*r;case"weeks":case"week":case"w":return 6048e5*r;case"days":case"day":case"d":return r*mt;case"hours":case"hour":case"hrs":case"hr":case"h":return r*ft;case"minutes":case"minute":case"mins":case"min":case"m":return r*lt;case"seconds":case"second":case"secs":case"sec":case"s":return r*pt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}(e);if("number"===r&&isFinite(e))return t.long?function(e){var t=Math.abs(e);if(t>=mt)return gt(e,t,mt,"day");if(t>=ft)return gt(e,t,ft,"hour");if(t>=lt)return gt(e,t,lt,"minute");if(t>=pt)return gt(e,t,pt,"second");return e+" ms"}(e):function(e){var t=Math.abs(e);if(t>=mt)return Math.round(e/mt)+"d";if(t>=ft)return Math.round(e/ft)+"h";if(t>=lt)return Math.round(e/lt)+"m";if(t>=pt)return Math.round(e/pt)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function gt(e,t,r,n){var i=t>=1.5*r;return Math.round(e/r)+" "+n+(i?"s":"")}var yt=function(e,t){var r=t||Math.floor(Date.now()/1e3);if("string"==typeof e){var n=ht(e);if(void 0===n)return;return Math.floor(r+n/1e3)}return"number"==typeof e?r+e:void 0},wt=te((function(e,t){var r;t=e.exports=G,r="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?function(){var e=Array.prototype.slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var n=Number.MAX_SAFE_INTEGER||9007199254740991,i=t.re=[],o=t.src=[],s=0,a=s++;o[a]="0|[1-9]\\d*";var c=s++;o[c]="[0-9]+";var u=s++;o[u]="\\d*[a-zA-Z-][a-zA-Z0-9-]*";var d=s++;o[d]="("+o[a]+")\\.("+o[a]+")\\.("+o[a]+")";var p=s++;o[p]="("+o[c]+")\\.("+o[c]+")\\.("+o[c]+")";var l=s++;o[l]="(?:"+o[a]+"|"+o[u]+")";var f=s++;o[f]="(?:"+o[c]+"|"+o[u]+")";var m=s++;o[m]="(?:-("+o[l]+"(?:\\."+o[l]+")*))";var h=s++;o[h]="(?:-?("+o[f]+"(?:\\."+o[f]+")*))";var g=s++;o[g]="[0-9A-Za-z-]+";var y=s++;o[y]="(?:\\+("+o[g]+"(?:\\."+o[g]+")*))";var w=s++,v="v?"+o[d]+o[m]+"?"+o[y]+"?";o[w]="^"+v+"$";var _="[v=\\s]*"+o[p]+o[h]+"?"+o[y]+"?",b=s++;o[b]="^"+_+"$";var T=s++;o[T]="((?:<|>)?=?)";var E=s++;o[E]=o[c]+"|x|X|\\*";var C=s++;o[C]=o[a]+"|x|X|\\*";var A=s++;o[A]="[v=\\s]*("+o[C]+")(?:\\.("+o[C]+")(?:\\.("+o[C]+")(?:"+o[m]+")?"+o[y]+"?)?)?";var x=s++;o[x]="[v=\\s]*("+o[E]+")(?:\\.("+o[E]+")(?:\\.("+o[E]+")(?:"+o[h]+")?"+o[y]+"?)?)?";var I=s++;o[I]="^"+o[T]+"\\s*"+o[A]+"$";var S=s++;o[S]="^"+o[T]+"\\s*"+o[x]+"$";var k=s++;o[k]="(?:^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])";var O=s++;o[O]="(?:~>?)";var P=s++;o[P]="(\\s*)"+o[O]+"\\s+",i[P]=new RegExp(o[P],"g");var R=s++;o[R]="^"+o[O]+o[A]+"$";var j=s++;o[j]="^"+o[O]+o[x]+"$";var D=s++;o[D]="(?:\\^)";var q=s++;o[q]="(\\s*)"+o[D]+"\\s+",i[q]=new RegExp(o[q],"g");var N=s++;o[N]="^"+o[D]+o[A]+"$";var U=s++;o[U]="^"+o[D]+o[x]+"$";var L=s++;o[L]="^"+o[T]+"\\s*("+_+")$|^$";var V=s++;o[V]="^"+o[T]+"\\s*("+v+")$|^$";var M=s++;o[M]="(\\s*)"+o[T]+"\\s*("+_+"|"+o[A]+")",i[M]=new RegExp(o[M],"g");var B=s++;o[B]="^\\s*("+o[A]+")\\s+-\\s+("+o[A]+")\\s*$";var F=s++;o[F]="^\\s*("+o[x]+")\\s+-\\s+("+o[x]+")\\s*$";var $=s++;o[$]="(<|>)?=?\\s*\\*";for(var H=0;H<35;H++)r(H,o[H]),i[H]||(i[H]=new RegExp(o[H]));function K(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof G)return e;if("string"!=typeof e)return null;if(e.length>256)return null;if(!(t.loose?i[b]:i[w]).test(e))return null;try{return new G(e,t)}catch(e){return null}}function G(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof G){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>256)throw new TypeError("version is longer than 256 characters");if(!(this instanceof G))return new G(e,t);r("SemVer",e,t),this.options=t,this.loose=!!t.loose;var o=e.trim().match(t.loose?i[b]:i[w]);if(!o)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+o[1],this.minor=+o[2],this.patch=+o[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");o[4]?this.prerelease=o[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);-1===r&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,r,n){"string"==typeof r&&(n=r,r=void 0);try{return new G(e,r).inc(t,n).version}catch(e){return null}},t.diff=function(e,t){if(J(e,t))return null;var r=K(e),n=K(t),i="";if(r.prerelease.length||n.prerelease.length){i="pre";var o="prerelease"}for(var s in r)if(("major"===s||"minor"===s||"patch"===s)&&r[s]!==n[s])return i+s;return o},t.compareIdentifiers=X;var Q=/^[0-9]+$/;function X(e,t){var r=Q.test(e),n=Q.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e0}function W(e,t,r){return Y(e,t,r)<0}function J(e,t,r){return 0===Y(e,t,r)}function Z(e,t,r){return 0!==Y(e,t,r)}function ee(e,t,r){return Y(e,t,r)>=0}function te(e,t,r){return Y(e,t,r)<=0}function re(e,t,r,n){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return J(e,r,n);case"!=":return Z(e,r,n);case">":return z(e,r,n);case">=":return ee(e,r,n);case"<":return W(e,r,n);case"<=":return te(e,r,n);default:throw new TypeError("Invalid operator: "+t)}}function ne(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof ne){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof ne))return new ne(e,t);r("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===ie?this.value="":this.value=this.operator+this.semver.version,r("comp",this)}t.rcompareIdentifiers=function(e,t){return X(t,e)},t.major=function(e,t){return new G(e,t).major},t.minor=function(e,t){return new G(e,t).minor},t.patch=function(e,t){return new G(e,t).patch},t.compare=Y,t.compareLoose=function(e,t){return Y(e,t,!0)},t.rcompare=function(e,t,r){return Y(t,e,r)},t.sort=function(e,r){return e.sort((function(e,n){return t.compare(e,n,r)}))},t.rsort=function(e,r){return e.sort((function(e,n){return t.rcompare(e,n,r)}))},t.gt=z,t.lt=W,t.eq=J,t.neq=Z,t.gte=ee,t.lte=te,t.cmp=re,t.Comparator=ne;var ie={};function oe(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof oe)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new oe(e.raw,t);if(e instanceof ne)return new oe(e.value,t);if(!(this instanceof oe))return new oe(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split(/\s*\|\|\s*/).map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);this.format()}function se(e){return!e||"x"===e.toLowerCase()||"*"===e}function ae(e,t,r,n,i,o,s,a,c,u,d,p,l){return((t=se(r)?"":se(n)?">="+r+".0.0":se(i)?">="+r+"."+n+".0":">="+t)+" "+(a=se(c)?"":se(u)?"<"+(+c+1)+".0.0":se(d)?"<"+c+"."+(+u+1)+".0":p?"<="+c+"."+u+"."+d+"-"+p:"<="+a)).trim()}function ce(e,t,n){for(var i=0;i0){var o=e[i].semver;if(o.major===t.major&&o.minor===t.minor&&o.patch===t.patch)return!0}return!1}return!0}function ue(e,t,r){try{t=new oe(t,r)}catch(e){return!1}return t.test(e)}function de(e,t,r,n){var i,o,s,a,c;switch(e=new G(e,n),t=new oe(t,n),r){case">":i=z,o=te,s=W,a=">",c=">=";break;case"<":i=W,o=ee,s=z,a="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(ue(e,t,n))return!1;for(var u=0;u=0.0.0")),p=p||e,l=l||e,i(e.semver,p.semver,n)?p=e:s(e.semver,l.semver,n)&&(l=e)})),p.operator===a||p.operator===c)return!1;if((!l.operator||l.operator===a)&&o(e,l.semver))return!1;if(l.operator===c&&s(e,l.semver))return!1}return!0}ne.prototype.parse=function(e){var t=this.options.loose?i[L]:i[V],r=e.match(t);if(!r)throw new TypeError("Invalid comparator: "+e);this.operator=r[1],"="===this.operator&&(this.operator=""),r[2]?this.semver=new G(r[2],this.options.loose):this.semver=ie},ne.prototype.toString=function(){return this.value},ne.prototype.test=function(e){return r("Comparator.test",e,this.options.loose),this.semver===ie||("string"==typeof e&&(e=new G(e,this.options)),re(e,this.operator,this.semver,this.options))},ne.prototype.intersects=function(e,t){if(!(e instanceof ne))throw new TypeError("a Comparator is required");var r;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return r=new oe(e.value,t),ue(this.value,r,t);if(""===e.operator)return r=new oe(this.value,t),ue(e.semver,r,t);var n=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),o=this.semver.version===e.semver.version,s=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=re(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),c=re(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return n||i||o&&s||a||c},t.Range=oe,oe.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},oe.prototype.toString=function(){return this.range},oe.prototype.parseRange=function(e){var t=this.options.loose;e=e.trim();var n=t?i[F]:i[B];e=e.replace(n,ae),r("hyphen replace",e),e=e.replace(i[M],"$1$2$3"),r("comparator trim",e,i[M]),e=(e=(e=e.replace(i[P],"$1~")).replace(i[q],"$1^")).split(/\s+/).join(" ");var o=t?i[L]:i[V],s=e.split(" ").map((function(e){return function(e,t){return r("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){r("caret",e,t);var n=t.loose?i[U]:i[N];return e.replace(n,(function(t,n,i,o,s){var a;return r("caret",e,t,n,i,o,s),se(n)?a="":se(i)?a=">="+n+".0.0 <"+(+n+1)+".0.0":se(o)?a="0"===n?">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":">="+n+"."+i+".0 <"+(+n+1)+".0.0":s?(r("replaceCaret pr",s),a="0"===n?"0"===i?">="+n+"."+i+"."+o+"-"+s+" <"+n+"."+i+"."+(+o+1):">="+n+"."+i+"."+o+"-"+s+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+o+"-"+s+" <"+(+n+1)+".0.0"):(r("no pr"),a="0"===n?"0"===i?">="+n+"."+i+"."+o+" <"+n+"."+i+"."+(+o+1):">="+n+"."+i+"."+o+" <"+n+"."+(+i+1)+".0":">="+n+"."+i+"."+o+" <"+(+n+1)+".0.0"),r("caret return",a),a}))}(e,t)})).join(" ")}(e,t),r("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){var n=t.loose?i[j]:i[R];return e.replace(n,(function(t,n,i,o,s){var a;return r("tilde",e,t,n,i,o,s),se(n)?a="":se(i)?a=">="+n+".0.0 <"+(+n+1)+".0.0":se(o)?a=">="+n+"."+i+".0 <"+n+"."+(+i+1)+".0":s?(r("replaceTilde pr",s),a=">="+n+"."+i+"."+o+"-"+s+" <"+n+"."+(+i+1)+".0"):a=">="+n+"."+i+"."+o+" <"+n+"."+(+i+1)+".0",r("tilde return",a),a}))}(e,t)})).join(" ")}(e,t),r("tildes",e),e=function(e,t){return r("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){e=e.trim();var n=t.loose?i[S]:i[I];return e.replace(n,(function(t,n,i,o,s,a){r("xRange",e,t,n,i,o,s,a);var c=se(i),u=c||se(o),d=u||se(s);return"="===n&&d&&(n=""),c?t=">"===n||"<"===n?"<0.0.0":"*":n&&d?(u&&(o=0),s=0,">"===n?(n=">=",u?(i=+i+1,o=0,s=0):(o=+o+1,s=0)):"<="===n&&(n="<",u?i=+i+1:o=+o+1),t=n+i+"."+o+"."+s):u?t=">="+i+".0.0 <"+(+i+1)+".0.0":d&&(t=">="+i+"."+o+".0 <"+i+"."+(+o+1)+".0"),r("xRange return",t),t}))}(e,t)})).join(" ")}(e,t),r("xrange",e),e=function(e,t){return r("replaceStars",e,t),e.trim().replace(i[$],"")}(e,t),r("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(s=s.filter((function(e){return!!e.match(o)}))),s=s.map((function(e){return new ne(e,this.options)}),this)},oe.prototype.intersects=function(e,t){if(!(e instanceof oe))throw new TypeError("a Range is required");return this.set.some((function(r){return r.every((function(r){return e.set.some((function(e){return e.every((function(e){return r.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new oe(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},oe.prototype.test=function(e){if(!e)return!1;"string"==typeof e&&(e=new G(e,this.options));for(var t=0;t":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":r&&!z(r,t)||(r=t);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+e.operator)}}))}if(r&&e.test(r))return r;return null},t.validRange=function(e,t){try{return new oe(e,t).range||"*"}catch(e){return null}},t.ltr=function(e,t,r){return de(e,t,"<",r)},t.gtr=function(e,t,r){return de(e,t,">",r)},t.outside=de,t.prerelease=function(e,t){var r=K(e,t);return r&&r.prerelease.length?r.prerelease:null},t.intersects=function(e,t,r){return e=new oe(e,r),t=new oe(t,r),e.intersects(t)},t.coerce=function(e){if(e instanceof G)return e;if("string"!=typeof e)return null;var t=e.match(i[k]);if(null==t)return null;return K(t[1]+"."+(t[2]||"0")+"."+(t[3]||"0"))}})),vt=(wt.SEMVER_SPEC_VERSION,wt.re,wt.src,wt.parse,wt.valid,wt.clean,wt.SemVer,wt.inc,wt.diff,wt.compareIdentifiers,wt.rcompareIdentifiers,wt.major,wt.minor,wt.patch,wt.compare,wt.compareLoose,wt.rcompare,wt.sort,wt.rsort,wt.gt,wt.lt,wt.eq,wt.neq,wt.gte,wt.lte,wt.cmp,wt.Comparator,wt.Range,wt.toComparators,wt.satisfies,wt.maxSatisfying,wt.minSatisfying,wt.minVersion,wt.validRange,wt.ltr,wt.gtr,wt.outside,wt.prerelease,wt.intersects,wt.coerce,wt.satisfies(process.version,"^6.12.0 || >=8.0.0")),_t=["RS256","RS384","RS512","ES256","ES384","ES512"],bt=["RS256","RS384","RS512"],Tt=["HS256","HS384","HS512"];vt&&(_t.splice(3,0,"PS256","PS384","PS512"),bt.splice(3,0,"PS256","PS384","PS512"));var Et=/^\s+|\s+$/g,Ct=/^[-+]0x[0-9a-f]+$/i,At=/^0b[01]+$/i,xt=/^0o[0-7]+$/i,It=/^(?:0|[1-9]\d*)$/,St=parseInt;function kt(e){return e!=e}function Ot(e,t){return function(e,t){for(var r=-1,n=e?e.length:0,i=Array(n);++r-1&&e%1==0&&e-1&&e%1==0&&e<=9007199254740991}(e.length)&&!function(e){var t=Ht(e)?qt.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)}function Ht(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Kt(e){return!!e&&"object"==typeof e}var Gt=function(e,t,r,n){var i;e=$t(e)?e:(i=e)?Ot(i,function(e){return $t(e)?Vt(e):Mt(e)}(i)):[],r=r&&!n?function(e){var t=function(e){if(!e)return 0===e?e:0;if((e=function(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||Kt(e)&&"[object Symbol]"==qt.call(e)}(e))return NaN;if(Ht(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ht(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Et,"");var r=At.test(e);return r||xt.test(e)?St(e.slice(2),r?2:8):Ct.test(e)?NaN:+e}(e))===1/0||e===-1/0){return 17976931348623157e292*(e<0?-1:1)}return e==e?e:0}(e),r=t%1;return t==t?r?t-r:t:0}(r):0;var o=e.length;return r<0&&(r=Lt(o+r,0)),function(e){return"string"==typeof e||!Ft(e)&&Kt(e)&&"[object String]"==qt.call(e)}(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&function(e,t,r){if(t!=t)return function(e,t,r,n){for(var i=e.length,o=r+(n?1:-1);n?o--:++o-1},Qt=Object.prototype.toString;var Xt=function(e){return!0===e||!1===e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Boolean]"==Qt.call(e)},Yt=/^\s+|\s+$/g,zt=/^[-+]0x[0-9a-f]+$/i,Wt=/^0b[01]+$/i,Jt=/^0o[0-7]+$/i,Zt=parseInt,er=Object.prototype.toString;function tr(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}var rr=function(e){return"number"==typeof e&&e==function(e){var t=function(e){if(!e)return 0===e?e:0;if((e=function(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==er.call(e)}(e))return NaN;if(tr(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=tr(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Yt,"");var r=Wt.test(e);return r||Jt.test(e)?Zt(e.slice(2),r?2:8):zt.test(e)?NaN:+e}(e))===1/0||e===-1/0){return 17976931348623157e292*(e<0?-1:1)}return e==e?e:0}(e),r=t%1;return t==t?r?t-r:t:0}(e)},nr=Object.prototype.toString;var ir=function(e){return"number"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Number]"==nr.call(e)};var or=Function.prototype,sr=Object.prototype,ar=or.toString,cr=sr.hasOwnProperty,ur=ar.call(Object),dr=sr.toString,pr=function(e,t){return function(r){return e(t(r))}}(Object.getPrototypeOf,Object);var lr=function(e){if(!function(e){return!!e&&"object"==typeof e}(e)||"[object Object]"!=dr.call(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e))return!1;var t=pr(e);if(null===t)return!0;var r=cr.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&ar.call(r)==ur},fr=Object.prototype.toString,mr=Array.isArray;var hr=function(e){return"string"==typeof e||!mr(e)&&function(e){return!!e&&"object"==typeof e}(e)&&"[object String]"==fr.call(e)},gr=/^\s+|\s+$/g,yr=/^[-+]0x[0-9a-f]+$/i,wr=/^0b[01]+$/i,vr=/^0o[0-7]+$/i,_r=parseInt,br=Object.prototype.toString;function Tr(e,t){var r;if("function"!=typeof t)throw new TypeError("Expected a function");return e=function(e){var t=function(e){if(!e)return 0===e?e:0;if((e=function(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==br.call(e)}(e))return NaN;if(Er(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Er(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(gr,"");var r=wr.test(e);return r||vr.test(e)?_r(e.slice(2),r?2:8):yr.test(e)?NaN:+e}(e))===1/0||e===-1/0){return 17976931348623157e292*(e<0?-1:1)}return e==e?e:0}(e),r=t%1;return t==t?r?t-r:t:0}(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}}function Er(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}var Cr=function(e){return Tr(2,e)},Ar=["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512","none"];vt&&Ar.splice(3,0,"PS256","PS384","PS512");var xr={expiresIn:{isValid:function(e){return rr(e)||hr(e)&&e},message:'"expiresIn" should be a number of seconds or string representing a timespan'},notBefore:{isValid:function(e){return rr(e)||hr(e)&&e},message:'"notBefore" should be a number of seconds or string representing a timespan'},audience:{isValid:function(e){return hr(e)||Array.isArray(e)},message:'"audience" must be a string or array'},algorithm:{isValid:Gt.bind(null,Ar),message:'"algorithm" must be a valid string enum value'},header:{isValid:lr,message:'"header" must be an object'},encoding:{isValid:hr,message:'"encoding" must be a string'},issuer:{isValid:hr,message:'"issuer" must be a string'},subject:{isValid:hr,message:'"subject" must be a string'},jwtid:{isValid:hr,message:'"jwtid" must be a string'},noTimestamp:{isValid:Xt,message:'"noTimestamp" must be a boolean'},keyid:{isValid:hr,message:'"keyid" must be a string'},mutatePayload:{isValid:Xt,message:'"mutatePayload" must be a boolean'}},Ir={iat:{isValid:ir,message:'"iat" should be a number of seconds'},exp:{isValid:ir,message:'"exp" should be a number of seconds'},nbf:{isValid:ir,message:'"nbf" should be a number of seconds'}};function Sr(e,t,r,n){if(!lr(r))throw new Error('Expected "'+n+'" to be a plain object.');Object.keys(r).forEach((function(i){var o=e[i];if(o){if(!o.isValid(r[i]))throw new Error(o.message)}else if(!t)throw new Error('"'+i+'" is not allowed in "'+n+'"')}))}var kr={audience:"aud",issuer:"iss",subject:"sub",jwtid:"jti"},Or=["expiresIn","notBefore","noTimestamp","audience","issuer","subject","jwtid"],Pr=function(e,t,r,n){var i;if("function"!=typeof r||n||(n=r,r={}),r||(r={}),r=Object.assign({},r),i=n||function(e,t){if(e)throw e;return t},r.clockTimestamp&&"number"!=typeof r.clockTimestamp)return i(new st("clockTimestamp must be a number"));if(void 0!==r.nonce&&("string"!=typeof r.nonce||""===r.nonce.trim()))return i(new st("nonce must be a non-empty string"));var o=r.clockTimestamp||Math.floor(Date.now()/1e3);if(!e)return i(new st("jwt must be provided"));if("string"!=typeof e)return i(new st("jwt must be a string"));var s,a=e.split(".");if(3!==a.length)return i(new st("jwt malformed"));try{s=it(e,{complete:!0})}catch(e){return i(e)}if(!s)return i(new st("invalid token"));var c,u=s.header;if("function"==typeof t){if(!n)return i(new st("verify must be called asynchronous if secret or public key is provided as a callback"));c=t}else c=function(e,r){return r(null,t)};return c(u,(function(t,n){if(t)return i(new st("error in secret or public key callback: "+t.message));var c,d=""!==a[2].trim();if(!d&&n)return i(new st("jwt signature is required"));if(d&&!n)return i(new st("secret or public key must be provided"));if(d||r.algorithms||(r.algorithms=["none"]),r.algorithms||(r.algorithms=~n.toString().indexOf("BEGIN CERTIFICATE")||~n.toString().indexOf("BEGIN PUBLIC KEY")?_t:~n.toString().indexOf("BEGIN RSA PUBLIC KEY")?bt:Tt),!~r.algorithms.indexOf(s.header.alg))return i(new st("invalid algorithm"));try{c=nt.verify(e,s.header.alg,n)}catch(e){return i(e)}if(!c)return i(new st("invalid signature"));var p=s.payload;if(void 0!==p.nbf&&!r.ignoreNotBefore){if("number"!=typeof p.nbf)return i(new st("invalid nbf value"));if(p.nbf>o+(r.clockTolerance||0))return i(new ct("jwt not active",new Date(1e3*p.nbf)))}if(void 0!==p.exp&&!r.ignoreExpiration){if("number"!=typeof p.exp)return i(new st("invalid exp value"));if(o>=p.exp+(r.clockTolerance||0))return i(new dt("jwt expired",new Date(1e3*p.exp)))}if(r.audience){var l=Array.isArray(r.audience)?r.audience:[r.audience];if(!(Array.isArray(p.aud)?p.aud:[p.aud]).some((function(e){return l.some((function(t){return t instanceof RegExp?t.test(e):t===e}))})))return i(new st("jwt audience invalid. expected: "+l.join(" or ")))}if(r.issuer&&("string"==typeof r.issuer&&p.iss!==r.issuer||Array.isArray(r.issuer)&&-1===r.issuer.indexOf(p.iss)))return i(new st("jwt issuer invalid. expected: "+r.issuer));if(r.subject&&p.sub!==r.subject)return i(new st("jwt subject invalid. expected: "+r.subject));if(r.jwtid&&p.jti!==r.jwtid)return i(new st("jwt jwtid invalid. expected: "+r.jwtid));if(r.nonce&&p.nonce!==r.nonce)return i(new st("jwt nonce invalid. expected: "+r.nonce));if(r.maxAge){if("number"!=typeof p.iat)return i(new st("iat required when maxAge is specified"));var f=yt(r.maxAge,p.iat);if(void 0===f)return i(new st('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'));if(o>=f+(r.clockTolerance||0))return i(new dt("maxAge exceeded",new Date(1e3*f)))}if(!0===r.complete){var m=s.signature;return i(null,{header:u,payload:p,signature:m})}return i(null,p)}))},Rr=function(e,t,r,n){"function"==typeof r?(n=r,r={}):r=r||{};var i="object"==typeof e&&!Buffer.isBuffer(e),o=Object.assign({alg:r.algorithm||"HS256",typ:i?"JWT":void 0,kid:r.keyid},r.header);function s(e){if(n)return n(e);throw e}if(!t&&"none"!==r.algorithm)return s(new Error("secretOrPrivateKey must have a value"));if(void 0===e)return s(new Error("payload is required"));if(i){try{!function(e){Sr(Ir,!0,e,"payload")}(e)}catch(e){return s(e)}r.mutatePayload||(e=Object.assign({},e))}else{var a=Or.filter((function(e){return void 0!==r[e]}));if(a.length>0)return s(new Error("invalid "+a.join(",")+" option for "+typeof e+" payload"))}if(void 0!==e.exp&&void 0!==r.expiresIn)return s(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.'));if(void 0!==e.nbf&&void 0!==r.notBefore)return s(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.'));try{!function(e){Sr(xr,!1,e,"options")}(r)}catch(e){return s(e)}var c=e.iat||Math.floor(Date.now()/1e3);if(r.noTimestamp?delete e.iat:i&&(e.iat=c),void 0!==r.notBefore){try{e.nbf=yt(r.notBefore,c)}catch(e){return s(e)}if(void 0===e.nbf)return s(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}if(void 0!==r.expiresIn&&"object"==typeof e){try{e.exp=yt(r.expiresIn,c)}catch(e){return s(e)}if(void 0===e.exp)return s(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}Object.keys(kr).forEach((function(t){var n=kr[t];if(void 0!==r[t]){if(void 0!==e[n])return s(new Error('Bad "options.'+t+'" option. The payload already has an "'+n+'" property.'));e[n]=r[t]}}));var u=r.encoding||"utf8";if("function"!=typeof n)return nt.sign({header:o,payload:e,secret:t,encoding:u});n=n&&Cr(n),nt.createSign({header:o,privateKey:t,payload:e,encoding:u}).once("error",n).once("done",(function(e){n(null,e)}))};let jr=[];class Dr{constructor(e){this.options=Object.assign({baseUrl:"https://appleid.apple.com",timeout:1e4},e)}async _fetch(e,t){const{baseUrl:r}=this.options;return uniCloud.httpclient.request(r+e,t)}async verifyIdentityToken(e){const t=e.split(".")[0],{kid:r}=JSON.parse(Buffer.from(t,"base64").toString());if(!jr.length)try{jr=await this.getAuthKeys()}catch(e){return{code:10705,msg:e.message}}const n=this.getUsedKey(jr,r);if(!Object.keys(n).length&&!this.fetched)try{jr=await this.getAuthKeys()}catch(e){return{code:10705,msg:e.message}}let i=null;try{i=Pr(e,function(e,t){var r=Buffer.from(e,"base64"),n=Buffer.from(t,"base64"),i=r.toString("hex"),o=n.toString("hex");i=J(i),o=J(o);var s=i.length/2,a=o.length/2,c=ee(s),u=ee(a),d="30"+ee(s+a+c.length/2+u.length/2+2)+"02"+c+i+"02"+u+o;return"-----BEGIN RSA PUBLIC KEY-----\n"+Buffer.from(d,"hex").toString("base64").match(/.{1,64}/g).join("\n")+"\n-----END RSA PUBLIC KEY-----\n"}(n.n,n.e),{algorithms:n.alg})}catch(e){return{code:10705,msg:e.message}}return{code:0,msg:i}}async getAuthKeys(){const{status:e,data:t}=await this._fetch("/auth/keys",{method:"GET",dataType:"json",timeout:this.options.timeout});if(200!==e)throw new Error("request https://appleid.apple.com/auth/keys fail");return t.keys}getUsedKey(e,t){let r={};for(let n=0;nvoid 0===e))return{code:N,messageValues:{param:this.t("dcloud-appid")}};const r=await P.doc(e).get(),n=r&&r.data&&r.data[0];if(!n)return{code:10002};const i=Object.keys(q).reduce((e,t)=>{const r=t,i=function(e,t){return t.split(".").reduce((e,t)=>e&&e[t],e)}(n,t);return i&&e.push({[r]:i}),e},[]);let o;const s={dcloud_appid:Mr.in(t),_id:Mr.neq(n._id)},a={dcloud_appid:Mr.exists(!1),_id:Mr.neq(n._id)};switch(i.length){case 0:return{code:10004};case 1:o=Mr.or([Mr.and([i[0],s]),Mr.and([i[0],a])]);break;default:o=Mr.or([Mr.and([Mr.or(i),s]),Mr.and([Mr.or(i),a])])}const c=await P.where(o).limit(1).get();return c&&c.data&&c.data[0]?{code:10005}:{code:0}}const Fr=uniCloud.database().command;const $r=uniCloud.database();const Hr=uniCloud.database().command;const Kr=uniCloud.database();const Gr=uniCloud.database();async function Qr(e){const t=["apiKey","apiSecret"];for(let r=0,n=t.length;r0){u=a.and(a.or(c),a.or({dcloud_appid:a.in(s)},{dcloud_appid:a.exists(!1)}));if((await P.where(u).limit(1).get()).data.length>0)return{code:10201,messageValues:{type:this.t("username")}}}const d={role:o,nickname:t,dcloud_appid:s,register_date:Date.now()};if(e&&(d.username=e),r){const{passwordHash:e,version:t}=this.encryptPwd(r);d.password=e,t&&(d.password_secret_version=t)}return n&&(d.mobile=n,d.mobile_confirmed=1),i&&(d.email=i,d.email_confirmed=1),{code:0,uid:(await P.add(d)).id}},getUserInfo:async function({uid:e,field:t}){if(!e)return{code:N,messageValues:{param:this.t("user-id")}};let r;if(t&&t.length){const n={};for(let e=0;evoid 0===e.dcloud_appid||e.dcloud_appid.includes(this.context.APPID));if(0===i.length)return{code:10002};if(i.length>1)return{code:10005};const o=i[0]._id;return this.resetPwd({uid:o,password:r})},setAvatar:async function(e){return await P.doc(e.uid).update({avatar:e.avatar}),{code:0,msg:""}},updatePwd:async function(e){const t=await P.doc(e.uid).get();if(t&&t.data&&t.data.length>0){if(0===this._checkPwd(t.data[0],e.oldPassword).code){const{passwordHash:r,version:n}=this.encryptPwd(e.newPassword),i={password:r,token:[]};n&&(i.password_secret_version=n);return E("upRes",await P.doc(t.data[0]._id).update(i)),{code:0,msg:""}}return{code:40202}}return{code:40201}},updateUser:async function(e){const t=e.uid;if(!t)return{code:N,messageValues:{param:this.t("user-id")}};delete e.uid;const{username:r,email:n}=e,{usernameToLowerCase:i,emailToLowerCase:o}=this._getConfig();let s=r&&r.trim(),a=n&&n.trim();return s&&(i&&(s=s.toLowerCase()),e.username=s),a&&(o&&(a=a.toLowerCase()),e.email=a),E("update -> upRes",await P.doc(t).update(e)),{code:0,msg:""}},banAccount:async function({uid:e}={}){return $.call(this,{uid:e,status:B})},unbanAccount:async function({uid:e}={}){return $.call(this,{uid:e,status:M})},closeAccount:async function({uid:e}={}){return $.call(this,{uid:e,status:F})},openAccount:async function({uid:e}={}){return $.call(this,{uid:e,status:M})},_getAlipayApi:function(){const e=this.context.PLATFORM,t=this._getConfig();if(!t.oauth||!t.oauth.alipay)throw new Error(this.t("config-param-require",{param:e+".alipay"}));return["appid","privateKey"].forEach(r=>{if(!t.oauth.alipay[r])throw new Error(this.t("config-param-require",{param:`${e}.alipay.${r}`}))}),Ur({...t.oauth.alipay})},_getValidInviteCode:async function({inviteCode:e}){let t,r=10;e?(r=1,t=e):t=Vr();let n=!1;try{for(;r>0&&!n;){r--;if(0===(await P.where({my_invite_code:t}).get()).data.length){n=!0;break}t=Vr()}t=Vr()}catch(e){}return n?{code:0,inviteCode:t}:e?{code:80401}:{code:80402}},_addUser:async function(e,{needPermission:t,autoSetDcloudAppid:r=!0}={}){const n=this._getConfig(),i={...e,dcloud_appid:r?[this.context.APPID]:[],register_date:Date.now()},o=(await P.add(i)).id;let s;if(n.removePermissionAndRoleFromToken)s=await this.createToken({uid:o,needPermission:t});else{const t=e.role||[];let r;r=0===t.length||t.includes("admin")?[]:await this._getPermissionListByRoleList(t),s=await this.createToken({uid:o,role:t,permission:r})}const{token:a,tokenExpired:c}=s;return await P.doc(o).update({token:[a]}),{token:a,tokenExpired:c,uid:o,type:"register",userInfo:Object.assign({},i,{token:[a]})}},_loginExec:async function(e,t={}){if(e.status===B)return{code:10001};if(e.status===F)return{code:10006};const r=this._getConfig();let n=e.token||[];"string"==typeof n&&(n=[n]);const i=this._getExpiredToken(n);let o;if(n=n.filter(e=>-1===i.indexOf(e)),r.removePermissionAndRoleFromToken){const r=t.needPermission;o=await this.createToken({uid:e._id,needPermission:r})}else{const t=e.role||[];let r;r=0===t.length||t.includes("admin")?[]:await this._getPermissionListByRoleList(t),o=await this.createToken({uid:e._id,role:t,permission:r})}const{token:s,tokenExpired:a}=o;n.push(s),e.token=n;const c={last_login_date:Date.now(),last_login_ip:this.context.CLIENTIP,token:n,...t.extraData};await P.doc(e._id).update(c);const u=Object.assign({},e,c);return{code:0,msg:"",token:s,uid:u._id,username:u.username,type:"login",userInfo:u,tokenExpired:a}},_registerExec:async function(e,{needPermission:t,autoSetDcloudAppid:r=!0}={}){const{my_invite_code:n}=e;if(this._getConfig().autoSetInviteCode||n){const t=await this._getValidInviteCode({inviteCode:n});if(t.code)return t;e.my_invite_code=t.inviteCode}const{PLATFORM:i,appId:o,appid:s,APPID:a,uniPlatform:c,appName:u,appVersion:d,appVersionCode:p,channel:l,clientIP:f,CLIENTIP:m,OS:h,osName:g}=this.context;return e.register_env={appid:o||s||a||"",uni_platform:c||i||"",os_name:g||h||"",app_name:u||"",app_version:d||"",app_version_code:p||"",channel:l?l+"":"",client_ip:f||m||""},{code:0,msg:"",...await this._addUser(e,{needPermission:t,autoSetDcloudAppid:r})}},_getWeixinApi:function(){const e=this.context.PLATFORM,t=this._getConfig();if(!t.oauth||!t.oauth.weixin)throw new Error(this.t("config-param-require",{param:e+".weixin"}));return["appid","appsecret"].forEach(r=>{if(!t.oauth.weixin[r])throw new Error(this.t("config-param-require",{param:`${e}.weixin.${r}`}))}),qr({...t.oauth.weixin})},_getQQApi:function(){const e=this.context.PLATFORM,t=this._getConfig();if(!t.oauth||!t.oauth.qq)throw new Error(this.t("config-param-require",{param:e+".qq"}));return["appid","appsecret"].forEach(r=>{if(!t.oauth.qq[r])throw new Error(this.t("config-param-require",{param:`${e}.qq.${r}`}))}),Nr({...t.oauth.qq})},_getMatchedUser:function(e,t){if(0===e.length)return{code:10002};let r;const n={},i={};for(let r=e.length-1;r>=0;r--){const o=e[r];for(let s=0;s0?{code:10003,messageValues:{target:"用户"}}:{code:0,msg:"",userMatched:r,fieldMatched:s,isFallbackValueMatched:!!s&&i[s]}},_getCurrentAppUser:function(e){const t=this.context.APPID;return e.filter(e=>void 0===e.dcloud_appid||null===e.dcloud_appid||e.dcloud_appid.indexOf(t)>-1||e.dcloud_appid.indexOf(null)>-1)},_checkLoginUserList:function(e){if(e&&1!==e.length)return e[0].status===F?{code:10006}:{code:10005}},setAuthorizedAppLogin:async function({uid:e,dcloudAppidList:t}={}){if("array"!==m(t))return{code:U,messageValues:{param:"dcloudAppidList",reason:this.t("type-array-required",{param:this.t("dcloud-appid-list")})}};if(t&&0!==t.length){const r=await Br.bind(this)({uid:e,dcloudAppidList:t});if(r.code)return r}return await P.doc(e).update({dcloud_appid:Mr.set(t)}),{code:0}},authorizeAppLogin:async function({uid:e,dcloudAppid:t}={}){const r=await Br.bind(this)({uid:e,dcloudAppidList:[t]});return r.code?r:(await P.doc(e).update({dcloud_appid:Mr.push(t)}),{code:0})},forbidAppLogin:async function({uid:e,dcloudAppid:t}={}){return e?(await P.doc(e).update({dcloud_appid:Mr.pull(t)}),{code:0}):{code:N,messageValues:{param:this.t("user-id")}}},acceptInvite:async function({uid:e,inviteCode:t}){const r=await P.where({_id:Fr.neq(e),inviter_uid:Fr.not(Fr.all([e])),my_invite_code:t}).get();if(1!==r.data.length)return{code:80501,msg:"邀请码无效"};const n=[r.data[0]._id].concat(r.data[0].inviter_uid||[]),i=await P.doc(e).field({my_invite_code:!0,inviter_uid:!0}).get();if(0===i.data.length)return{code:80502};if(i.data[0].inviter_uid&&i.data[0].inviter_uid.length>0)return{code:80503,msg:"邀请码不可修改"};const o=Date.now();return await P.doc(e).update({inviter_uid:n,invite_time:o}),await P.where({inviter_uid:e}).update({inviter_uid:Fr.push(n)}),{code:0,msg:""}},getInvitedUser:async function({uid:e,level:t=1,limit:r=20,offset:n=0,needTotal:i=!1}){const o={code:0,msg:"",invitedUser:(await P.where({["inviter_uid."+(t-1)]:e}).field({_id:!0,username:!0,mobile:!0,invite_time:!0}).orderBy("invite_time","desc").skip(n).limit(r).get()).data};if(i){const r=await P.where({["inviter_uid."+(t-1)]:e}).count();o.total=r.total}return o},setUserInviteCode:async function({uid:e,myInviteCode:t}){const r=await this._getValidInviteCode({inviteCode:t});return r.code?r:(await P.doc(e).update({my_invite_code:r.inviteCode}),{code:0,msg:"",myInviteCode:r.inviteCode})},loginByAlipay:async function(e){"string"==typeof e&&(e={code:e});const{needPermission:t,code:r,myInviteCode:n,role:i,type:o}=e,{openid:s}=await this._getAlipayApi().code2Session(r);if(!s)return{code:10501,messageValues:{account:this.t("alipay-account")}};let a=await P.where({ali_openid:s}).get();if(a=this._getCurrentAppUser(a.data),a&&a.length>0){if("register"===o)return{code:10502,messageValues:{type:this.t("alipay-account")}};if(1!==a.length)return{code:10005};const e=a[0],r=await this._loginExec(e,{needPermission:t});if(0!==r.code)return r;const{userInfo:n}=r;return{...r,openid:s,mobileConfirmed:1===n.mobile_confirmed,emailConfirmed:1===n.email_confirmed}}{if("login"===o)return{code:10503,messageValues:{type:this.t("alipay-account")}};const e={ali_openid:s};e.my_invite_code=n,e.role=i;const r=await this._registerExec(e,{needPermission:t});return 0!==r.code?r:{...r,openid:s,mobileConfirmed:!1,emailConfirmed:!1}}},loginByEmail:async function(e){let{email:t,code:r,password:n,myInviteCode:i,type:o,needPermission:s,role:a}=e||{};if(t=t&&t.trim(),!t)return{code:N,messageValues:{param:"邮箱"}};const{emailToLowerCase:c}=this._getConfig();let u=t;c&&(u=t.toLowerCase());const d=await this.verifyCode({email:u,code:r,type:o||"login"});if(0!==d.code)return d;let p={email:t,email_confirmed:1};const l={field:"email",value:t},f=$r.command;u!==t&&(p=f.or(p,{email:u,email_confirmed:1}),l.fallbackValue=u);let m=await P.where(p).get();if(m=this._getCurrentAppUser(m.data),m&&m.length>0){if("register"===o)return{code:10301,messageValues:{type:"邮箱"}};const e=this._getMatchedUser(m,[l]);if(e.code)return e;const{userMatched:t}=e,r=await this._loginExec(t,{needPermission:s});return 0!==r.code?r:{...r,email:u}}{if("login"===o)return{code:10302,messageValues:{type:"邮箱"}};const e={email:u,email_confirmed:1},t=n&&n.trim();if(t){const{passwordHash:r,version:n}=this.encryptPwd(t);e.password=r,n&&(e.password_secret_version=n)}e.my_invite_code=i,e.role=a;const r=await this._registerExec(e,{needPermission:s});return 0!==r.code?r:{...r,email:u}}},loginBySms:async function({mobile:e,code:t,password:r,inviteCode:n,myInviteCode:i,type:o,needPermission:s,role:a}){if(!(e=e&&e.trim()))return{code:N,messageValues:{param:this.t("mobile")}};const c=this._getConfig();if(c.forceInviteCode&&!o)throw new Error(this.t("login-with-invite-type-required"));const u=await this.verifyCode({mobile:e,code:t,type:o||"login"});if(0!==u.code)return u;const d={mobile:e,mobile_confirmed:1};let p=await P.where(d).get();if(p=this._getCurrentAppUser(p.data),p&&p.length>0){if("register"===o)return{code:10201,messageValues:{type:this.t("mobile")}};if(1!==p.length)return{code:10005};const t=p[0],r=await this._loginExec(t,{needPermission:s});return 0!==r.code?r:{...r,mobile:e}}{const t=Date.now();if("login"===o)return{code:10202,messageValues:{type:this.t("mobile")}};const u={mobile:e,mobile_confirmed:1,register_ip:this.context.CLIENTIP,register_date:t},d=r&&r.trim();if(d){const{passwordHash:e,version:t}=this.encryptPwd(d);u.password=e,t&&(u.password_secret_version=t)}if(n){const e=await P.where({my_invite_code:n}).get();if(1!==e.data.length)return{code:10203};u.inviter_uid=[e.data[0]._id].concat(e.data[0].inviter_uid||[]),u.invite_time=t}else if(c.forceInviteCode)return{code:10203};u.my_invite_code=i,u.role=a;const p=await this._registerExec(u,{needPermission:s});return 0!==p.code?p:{...p,mobile:e}}},loginByWeixin:async function(e){"string"==typeof e&&(e={code:e});const{needPermission:t,platform:r,code:n,myInviteCode:i,role:o,type:s}=e,a=r||this.context.PLATFORM,c=function({clientPlatform:e,userAgent:t}={}){switch(e){case"app":case"app-plus":return"app";case"mp-weixin":return"mp";case"h5":case"web":return t.indexOf("MicroMessenger")>-1?"h5":"web";default:throw new Error("Unsupported weixin platform")}}({clientPlatform:a,userAgent:this.context.CLIENTUA}),u="mp-weixin"===a,{openid:d,unionid:p,sessionKey:l,accessToken:f,refreshToken:m,expired:h}=await this._getWeixinApi()[u?"code2Session":"getOauthAccessToken"](n);if(!d)return{code:10401,messageValues:{account:"微信openid"}};const g={dcloudAppid:this.context.APPID,openid:d,platform:"weixin-"+c},y=require("uni-open-bridge-common");let w;u?(w={sessionKey:l},await y.setSessionKey(g,{session_key:l},2592e3)):(w={accessToken:f,refreshToken:m,accessTokenExpired:h},await y.setUserAccessToken(g,{access_token:f,refresh_token:m,access_token_expired:h},2592e3));const v=Kr.command,_=[{wx_openid:{[a]:d}}];p&&_.push({wx_unionid:p});let b=await P.where(v.or(..._)).get();if(b=this._getCurrentAppUser(b.data),b&&b.length>0){if("register"===s)return{code:10402,messageValues:{type:this.t("wechat-account")}};if(1!==b.length)return{code:10005};const e=b[0],r={wx_openid:{[a]:d}};p&&(r.wx_unionid=p);const n=await this._loginExec(e,{needPermission:t,extraData:r});if(0!==n.code)return n;const{userInfo:i}=n;return{...n,openid:d,unionid:p,...w,mobileConfirmed:1===i.mobile_confirmed,emailConfirmed:1===i.email_confirmed}}{if("login"===s)return{code:10403,messageValues:{type:this.t("wechat-account")}};const e={wx_openid:{[a]:d},wx_unionid:p};e.my_invite_code=i,e.role=o;const r=await this._registerExec(e,{needPermission:t});return 0!==r.code?r:{...r,openid:d,unionid:p,...w,mobileConfirmed:!1,emailConfirmed:!1}}},loginByQQ:async function({code:e,accessToken:t,accessTokenExpired:r,myInviteCode:n,needPermission:i,role:o,type:s}={}){const a=this.context.PLATFORM,c="mp-qq"===a,{openid:u,unionid:d,sessionKey:p}=await this._getQQApi()[c?"code2Session":"getOpenidByToken"]({code:e,accessToken:t});if(!u)return{code:10801,messageValues:{account:"qq openid"}};const l=function({clientPlatform:e}={}){switch(e){case"app":case"app-plus":return"app";case"mp-qq":return"mp";default:throw new Error("Unsupported qq platform")}}({clientPlatform:a}),f={dcloudAppid:this.context.APPID,openid:u,platform:"qq-"+l},m=require("uni-open-bridge-common");let h;c?(h={sessionKey:p},await m.setSessionKey(f,{session_key:p},2592e3)):(h={accessToken:t,accessTokenExpired:r},await m.setUserAccessToken(f,{access_token:t,access_token_expired:r},r?Math.floor((r-Date.now())/1e3):2592e3));const g=Gr.command,y=[{qq_openid:{[a]:u}}];d&&y.push({qq_unionid:d});let w=await P.where(g.or(...y)).get();if(w=this._getCurrentAppUser(w.data),w&&w.length>0){if("register"===s)return{code:10802,messageValues:{type:this.t("qq-account")}};if(1!==w.length)return{code:10005};const e=w[0],t={qq_openid:{[a]:u}};d&&(t.qq_unionid=d);const r=await this._loginExec(e,{needPermission:i,extraData:t});if(0!==r.code)return r;const{userInfo:n}=r;return{...r,openid:u,unionid:d,...h,mobileConfirmed:1===n.mobile_confirmed,emailConfirmed:1===n.email_confirmed}}{if("login"===s)return{code:10803,messageValues:{type:this.t("qq-account")}};const e={qq_openid:{[a]:u},qq_unionid:d};e.my_invite_code=n,e.role=o;const t=await this._registerExec(e);return 0!==t.code?t:{...t,openid:u,unionid:d,...h,mobileConfirmed:!1,emailConfirmed:!1}}},loginByUniverify:async function({openid:e,access_token:t,password:r,inviteCode:n,myInviteCode:i,type:o,needPermission:s,role:a}){const c=this._getConfig(),u=c&&c.service&&c.service.univerify;if(!u)throw new Error(this.t("uni-verify-config-required"));if(c.forceInviteCode&&!o)throw new Error(this.t("login-with-invite-type-required"));const d=await Qr.bind(this)({...u,openid:e,access_token:t});if(0!==d.code)return d;const p=String(d.phoneNumber);let l=await P.where({mobile:p,mobile_confirmed:1}).get();if(l=this._getCurrentAppUser(l.data),l&&l.length>0){if("register"===o)return{code:10601,messageValues:{type:this.t("mobile")}};if(1!==l.length)return{code:10005};const e=l[0],t=await this._loginExec(e,{needPermission:s});return 0!==t.code?t:{...t,mobile:p}}if("login"===o)return{code:10602,messageValues:{type:this.t("mobile")}};const f=Date.now(),m={mobile:p,my_invite_code:i,mobile_confirmed:1,role:a},h=r&&r.trim();if(h){const{passwordHash:e,version:t}=this.encryptPwd(h);m.password=e,t&&(m.password_secret_version=t)}if(n){let e=await P.where({my_invite_code:n}).get();if(1!==e.data.length)return{code:10203};e=e.data[0],m.inviter_uid=[e._id].concat(e.inviter_uid||[]),m.invite_time=f}else if(c.forceInviteCode)return{code:10203};m.my_invite_code=i;const g=await this._registerExec(m,{needPermission:s});return 0!==g.code?g:{...g,mobile:p}},loginByApple:async function({nickName:e,fullName:t,identityToken:r,myInviteCode:n,type:i,needPermission:o,role:s}){const a=this._getConfig(),c=a&&a.oauth&&a.oauth.apple,u=c&&c.bundleId;if(!u)throw new Error(this.t("config-param-require",{param:"(app || app-plus).apple.bundleId"}));if(!r)return{code:N,messageValues:{param:"identityToken"}};t=e||(t&&Object.keys(t).length>0?t.familyName+t.givenName:"");const{code:d,msg:p}=await Lr().verifyIdentityToken(r);if(0!==d)return{code:d,msg:p,messageValues:{account:this.t("apple-account")}};const{iss:l,sub:f,aud:m,email:h}=p;if("https://appleid.apple.com"!==l)return{code:10706,messageValues:{account:this.t("apple-account")}};if(!f)return{code:10701,messageValues:{account:this.t("apple-account")}};if(u!==m)return{code:10702,messageValues:{account:this.t("apple-account")}};const g=t||"User-"+(h?h.split("@")[0]:Math.random().toString(32).slice(2));let y=await P.where({apple_openid:f}).get();if(y=this._getCurrentAppUser(y.data),y&&y.length>0){if("register"===i)return{code:10703,messageValues:{type:this.t("apple-account")}};if(1!==y.length)return{code:10005};const e=y[0],t=await this._loginExec(e,{needPermission:o});return 0!==t.code?t:{...t,openid:f}}if("login"===i)return{code:10704,messageValues:{type:this.t("apple-account")}};const w={nickname:g,apple_openid:f,my_invite_code:n,role:s},v=await this._registerExec(w,{needPermission:o});return 0!==v.code?v:{...v,openid:f}},login:async function({username:e,password:t,queryField:r=[],needPermission:n}){const i=Xr.command,o=[];r&&r.length||(r=["username"]),r.length>1&&console.warn(this.t("query-field-warning"));const{usernameToLowerCase:s,emailToLowerCase:a,passwordErrorLimit:c,passwordErrorRetryTime:u}=this._getConfig(),d={email:{email_confirmed:1},mobile:{mobile_confirmed:1}},p={},l=e&&e.trim();if(!l)return{code:N,messageValues:{param:this.t("username")}};s&&(p.username=l.toLowerCase()),a&&(p.email=l.toLowerCase());const f=[];r.forEach(t=>{o.push({[t]:e,...d[t]});const r={field:t,value:e};"username"===t&&p.username!==e?(o.push({[t]:p.username,...d[t]}),r.fallbackValue=p.username):"email"===t&&p.email!==e&&(o.push({[t]:p.email,...d[t]}),r.fallbackValue=p.email),f.push(r)});let m=await P.where(i.or(...o)).get();m=this._getCurrentAppUser(m.data);const h=this.context.CLIENTIP,g=this._getMatchedUser(m,f);if(g.code)return g;const{userMatched:y}=g;let w=y.login_ip_limit||[];w=w.filter(e=>e.last_error_time>Date.now()-1e3*u);let v=w.find(e=>e.ip===h);if(v&&v.error_times>=c)return{code:10103};const _=t&&t.trim();if(!_)return{code:N,messageValues:{param:"密码"}};const b=this._checkPwd(y,_);if(0===b.code){const e=w.indexOf(v);e>-1&&w.splice(e,1);const t={login_ip_limit:w},{passwordHash:r,passwordVersion:i}=b;r&&i&&(t.password=r,t.password_secret_version=i);const o=await this._loginExec(y,{needPermission:n,extraData:t});return o.code,o}return v?(v.error_times++,v.last_error_time=Date.now()):(v={ip:h,error_times:1,last_error_time:Date.now()},w.push(v)),await P.doc(y._id).update({login_ip_limit:w}),{code:10102,msg:"密码错误"}},register:async function(e){const t=[],r=[{name:"username",desc:this.t("username")},{name:"email",desc:this.t("email"),extraCond:{email_confirmed:1}},{name:"mobile",desc:this.t("mobile"),extraCond:{mobile_confirmed:1}}],{usernameToLowerCase:n,emailToLowerCase:i}=this._getConfig();r.forEach(r=>{const o=r.name;let s=e[o]&&e[o].trim();s?(("username"===r.name&&n||"email"===r.name&&i)&&(s=s.toLowerCase()),e[o]=s,t.push({[o]:s,...r.extraCond})):delete e[o]});const{username:o,email:s,mobile:a,myInviteCode:c,needPermission:u,autoSetDcloudAppid:d=!0}=e;if("needPermission"in e&&delete e.needPermission,"autoSetDcloudAppid"in e&&delete e.autoSetDcloudAppid,0===t.length)return{code:20101,messageValues:{param:this.t("user-unique-param")}};const p=Yr.command;let l=await P.where(p.or(...t)).get();if(l=this._getCurrentAppUser(l.data),l&&l.length>0){const t=l[0];if(t.status===F)return{code:10006};for(let n=0;nt[e]===i.extraCond[e])),t[i.name]===e[i.name]&&o)return{code:20102,messageValues:{type:i.desc}}}}const f=e.password&&e.password.trim();if(!f)return{code:N,messageValues:{param:this.t("password")}};const{passwordHash:m,version:h}=this.encryptPwd(f);e.password=m,h&&(e.password_secret_version=h),e.my_invite_code=c,delete e.myInviteCode;const g=await this._registerExec(e,{needPermission:u,autoSetDcloudAppid:d});return 0!==g.code?g:{...g,username:o,email:s,mobile:a}},logout:async function(e){const t=await this.checkToken(e);if(t.code)return t;const r=zr.command;return await P.doc(t.uid).update({token:r.pull(e)}),{code:0,msg:""}},getRoleByUid:async function({uid:e}){if(!e)return{code:N,messageValues:{param:this.t("user-id")}};const t=await P.doc(e).get();return 0===t.data.length?{code:L}:{code:0,msg:"",role:t.data[0].role||[]}},getPermissionByRole:async function({roleID:e}){if(!e)return{code:N,messageValues:{param:"roleID"}};if("admin"===e){return{code:0,msg:"",permission:(await D.limit(1e3).get()).data.map(e=>e.permission_id)}}const t=await j.where({role_id:e}).get();return 0===t.data.length?{code:V}:{code:0,msg:"",permission:t.data[0].permission||[]}},getPermissionByUid:async function({uid:e}={}){const t=await P.aggregate().match({_id:e}).project({role:!0}).unwind("$role").lookup({from:"uni-id-roles",localField:"role",foreignField:"role_id",as:"roleDetail"}).unwind("$roleDetail").replaceRoot({newRoot:"$roleDetail"}).end(),r=[],n=[];return t.data.forEach(e=>{n.push(e.role_id),r.push(...e.permission)}),{code:0,msg:"",role:n,permission:A(r)}},bindRole:async function({uid:e,roleList:t,reset:r=!1}){const n={};return"string"==typeof t&&(t=[t]),n.role=r?t:Wr.push(t),await P.doc(e).update(n),{code:0,msg:""}},bindPermission:async function({roleID:e,permissionList:t,reset:r=!1}){const n={};return"string"==typeof t&&(t=[t]),n.permission=r?t:Wr.push(t),await j.where({role_id:e}).update(n),{code:0,msg:""}},unbindRole:async function({uid:e,roleList:t}){return"string"==typeof t&&(t=[t]),await P.doc(e).update({role:Wr.pull(Wr.in(t))}),{code:0,msg:""}},unbindPermission:async function({roleID:e,permissionList:t}){return"string"==typeof t&&(t=[t]),await j.where({role_id:e}).update({permission:Wr.pull(Wr.in(t))}),{code:0,msg:""}},addRole:async function({roleID:e,roleName:t,comment:r,permission:n=[]}){return e?"admin"===e?{code:U,messageValues:{param:"roleID",reason:this.t("add-role-admin-is-not-allowed")}}:(await j.add({role_id:e,role_name:t,comment:r,permission:n,create_date:Date.now()}),{code:0,msg:""}):{code:N,messageValues:{param:this.t("role-id")}}},addPermission:async function({permissionID:e,permissionName:t,comment:r}){return e?(await D.add({permission_id:e,permission_name:t,comment:r,create_date:Date.now()}),{code:0,msg:""}):{code:N,messageValues:{param:this.t("permission-id")}}},getRoleList:async function({limit:e=20,offset:t=0,needTotal:r=!0}){const n={code:0,msg:"",roleList:(await j.skip(t).limit(e).get()).data};if(r){const{total:e}=await j.where({_id:Wr.exists(!0)}).count();n.total=e}return n},getRoleInfo:async function(e){const t=await j.where({role_id:e}).get();return 0===t.data.length?{code:V}:{code:0,...t.data[0]}},updateRole:async function({roleID:e,roleName:t,comment:r,permission:n}){return e?(await j.where({role_id:e}).update({role_name:t,comment:r,permission:n}),{code:0,msg:""}):{code:N,messageValues:{param:this.t("role-id")}}},deleteRole:async function({roleID:e}){const t=m(e);if("string"===t)e=[e];else if("array"!==t)throw new Error("typeof roleID must be array or string");return await j.where({role_id:Wr.in(e)}).remove(),await P.where({role:Wr.elemMatch(Wr.in(e))}).update({role:Wr.pullAll(e)}),{code:0,msg:""}},getPermissionList:async function({limit:e=20,offset:t=0,needTotal:r=!0}){const n={code:0,msg:"",permissionList:(await D.skip(t).limit(e).get()).data};if(r){const{total:e}=await D.where({_id:Wr.exists(!0)}).count();n.total=e}return n},getPermissionInfo:async function(e){const t=await D.where({permission_id:e}).get();return 0===t.data.length?{code:N,messageValues:{param:this.t("permission-id")}}:{code:0,...t.data[0]}},updatePermission:async function({permissionID:e,permissionName:t,comment:r}){return e?(await D.where({permission_id:e}).update({permission_name:t,comment:r}),{code:0,msg:""}):{code:N,messageValues:{param:this.t("permission-id")}}},deletePermission:async function({permissionID:e}){const t=m(e);if("string"===t)e=[e];else if("array"!==t)throw new Error("typeof permissionID must be array or string");return await D.where({permission_id:Wr.in(e)}).remove(),await j.where({permission:Wr.elemMatch(Wr.in(e))}).update({permission:Wr.pullAll(e)}),{code:0,msg:""}},bindAlipay:async function({uid:e,code:t,platform:r}){const n=r||this.context.PLATFORM,{openid:i}=await this._getAlipayApi({platform:n}).code2Session(t);if(!i)return{code:60401,messageValues:{account:this.t("alipay-account")}};let o=await P.where({ali_openid:i}).get();return o=this._getCurrentAppUser(o.data),o&&o.length>0?{code:60402,messageValues:{type:this.t("alipay-account")}}:(await P.doc(e).update({ali_openid:i}),{code:0,openid:i,msg:""})},bindEmail:async function(e){let{uid:t,email:r,code:n}=e||{};if(r=r&&r.trim(),!r)return{code:N,messageValues:{param:this.t("email")}};if(!n)return{code:N,messageValues:{param:this.t("verify-code")}};const{emailToLowerCase:i}=this._getConfig();i&&(r=r.toLowerCase());let o=await P.where({email:r,email_confirmed:1}).get();if(o=this._getCurrentAppUser(o.data),o&&o.length>0)return{code:60201,messageValues:{type:this.t("email")}};const s=await this.verifyCode({email:r,code:n,type:"bind"});return 0!==s.code?s:(await P.doc(t).update({email:r,email_confirmed:1}),{code:0,msg:"",email:r})},bindMobile:async function(e){let{uid:t,mobile:r,code:n,openid:i,access_token:o,type:s="sms"}=e||{};if("univerify"===s){const e=this._getConfig(),t=e&&e.service&&e.service.univerify;if(!t)throw new Error("请在config.json中配置service.univerify下一键登录相关参数");const n=await Qr.bind(this)({...t,openid:i,access_token:o});if(0!==n.code)return n;r=""+n.phoneNumber}let a=await P.where({mobile:r,mobile_confirmed:1}).get();if(a=this._getCurrentAppUser(a.data),a&&a.length>0)return{code:60101,messageValues:{type:"手机号"}};if("sms"===s&&"code"in e){if(!r)return{code:N,messageValues:{param:this.t("mobile")}};if(!n)return{code:N,messageValues:{param:this.t("verify-code")}};const e=await this.verifyCode({mobile:r,code:n,type:"bind"});if(0!==e.code)return e}return await P.doc(t).update({mobile:r,mobile_confirmed:1}),{code:0,msg:"",mobile:r}},bindWeixin:async function({uid:e,code:t,platform:r}){const n=r||this.context.PLATFORM,i="mp-weixin"===n,{openid:o,unionid:s,sessionKey:a,accessToken:c,refreshToken:u,expired:d}=await this._getWeixinApi({platform:n})[i?"code2Session":"getOauthAccessToken"](t);if(!o)return{code:60301,messageValues:{account:"微信openid"}};const p=Jr.command,l=[{wx_openid:{[n]:o}}];s&&l.push({wx_unionid:s});let f=await P.where(p.or(...l)).get();if(f=this._getCurrentAppUser(f.data),f&&f.length>0)return{code:60302,messageValues:{type:this.t("wechat-account")}};const m={wx_openid:{[n]:o}};let h;return s&&(m.wx_unionid=s),await P.doc(e).update(m),h=i?{sessionKey:a}:{accessToken:c,refreshToken:u,accessTokenExpired:d},{code:0,msg:"",openid:o,unionid:s,...h}},bindQQ:async function({uid:e,code:t,accessToken:r,platform:n}={}){const i=n||this.context.PLATFORM,o="mp-qq"===i,{openid:s,unionid:a,sessionKey:c}=await this._getQQApi()[o?"code2Session":"getOpenidByToken"]({code:t,accessToken:r});if(!s)return{code:60501,messageValues:{account:"qq openid"}};const u=Zr.command,d=[{qq_openid:{[i]:s}}];a&&d.push({qq_unionid:a});let p=await P.where(u.or(...d)).get();if(p=this._getCurrentAppUser(p.data),p&&p.length>0)return{code:60502,messageValues:{type:this.t("qq-account")}};const l={qq_openid:{[i]:s}};return a&&(l.qq_unionid=a),await P.doc(e).update(l),{code:0,msg:"",openid:s,unionid:a,...{accessToken:r,sessionKey:c}}},unbindAlipay:async function(e){const t=en.command,r=await P.doc(e).update({ali_openid:t.remove()});return E("upRes:",r),1===r.updated?{code:0,msg:""}:{code:70401}},unbindEmail:async function(e){let{uid:t,email:r,code:n}=e||{};if(r=r&&r.trim(),!t||!r)return{code:N,messageValues:{param:t?this.t("email"):this.t("user-id")}};const{emailToLowerCase:i}=this._getConfig();if("code"in e){const e=await this.verifyCode({email:r,code:n,type:"unbind"});if(0!==e.code)return e}const o=tn.command;let s={_id:t,email:r};if(i){const e=r.toLowerCase();e!==r&&(s=o.or(s,{_id:t,email:e}))}return 1===(await P.where(s).update({email:o.remove(),email_confirmed:o.remove()})).updated?{code:0,msg:""}:{code:70201}},unbindMobile:async function(e){const{uid:t,mobile:r,code:n}=e||{};if("code"in e){const e=await this.verifyCode({mobile:r,code:n,type:"unbind"});if(0!==e.code)return e}const i=rn.command;return 1===(await P.where({_id:t,mobile:r}).update({mobile:i.remove(),mobile_confirmed:i.remove()})).updated?{code:0,msg:""}:{code:70101}},unbindWeixin:async function(e){const t=nn.command,r=await P.doc(e).update({wx_openid:t.remove(),wx_unionid:t.remove()});return E("upRes:",r),1===r.updated?{code:0,msg:""}:{code:70301}},unbindQQ:async function(e){const t=on.command,r=await P.doc(e).update({qq_openid:t.remove(),qq_unionid:t.remove()});return E("upRes:",r),1===r.updated?{code:0,msg:""}:{code:70501}},getSupportedLoginType:function({appid:e,platform:t}={}){if(!e||!t)throw new Error("Parameter appid and platform is required");const r=this._getConfig({appid:e,platform:t}),n=["username-password","mobile-password","email-password"];for(const e in sn)sn[e](r)&&n.push(e);return{supportedLoginType:n}},code2SessionAlipay:async function(e){let t=e;"string"==typeof e&&(t={code:e});try{const e=t.platform||this.context.PLATFORM,r=await this._getAlipayApi({platform:e}).code2Session(t.code);return r.openid?{code:0,msg:"",...r}:{code:80701,messageValues:{account:this.t("alipay-account")}}}catch(e){return console.error(e),{code:80702,messageValues:{account:this.t("alipay-account")}}}},code2SessionWeixin:async function(e){let t=e;"string"==typeof e&&(t={code:e});try{const e=t.platform||this.context.PLATFORM,r=await this._getWeixinApi({platform:e})["mp-weixin"===e?"code2Session":"getOauthAccessToken"](t.code);return r.openid?{code:0,msg:"",...r}:{code:80601,messageValues:{account:"微信openid"}}}catch(e){return console.error(e),{code:80602,messageValues:{account:"微信openid"}}}},verifyAppleIdentityToken:async function({identityToken:e,platform:t}){const r=t||this.context.PLATFORM,{code:n,msg:i}=await Lr({clientType:r}).verifyIdentityToken(e);return 0!==n?{code:n,msg:i}:{code:n,msg:"验证通过",...i}},wxBizDataCrypt:async function({code:e,sessionKey:r,encryptedData:n,iv:i}){if(!n)return{code:N,messageValues:{param:"encryptedData"}};if(!i)return{code:N,messageValues:{param:"iv"}};if(!e&&!r)return{code:N,messageValues:{param:"sessionKey"}};const o=this._getWeixinApi();if(!r){const t=await o.code2Session(e);if(!t.sessionKey)return{code:80801};r=t.sessionKey}r=Buffer.from(r,"base64"),n=Buffer.from(n,"base64"),i=Buffer.from(i,"base64");try{var s=t.createDecipheriv("aes-128-cbc",r,i);s.setAutoPadding(!0);var a=s.update(n,"binary","utf8");a+=s.final("utf8"),a=JSON.parse(a)}catch(e){return console.error(e),{code:80802}}return a.watermark.appid!==o.options.appId?{code:80803}:{code:0,msg:"",...a}},getWeixinUserInfo:async function({accessToken:e,openid:t}={}){const r=this.context.PLATFORM;if("app"!==r&&"app-plus"!==r)throw new Error(this.t("limit-client-platform"));try{return{code:0,msg:"",...await this._getWeixinApi().getUserInfo({accessToken:e,openid:t})}}catch(e){return console.error(e),{code:80901}}},encryptPwd:function(e,{value:r,version:n}={}){if(!(e=e&&e.trim()))throw new Error(this.t("param-required",{param:this.t("password")}));if(!r){const e=this._getConfig(),{passwordSecret:t}=e;if("array"===m(t)){const e=t.sort((e,t)=>e.version-t.version);r=e[e.length-1].value,n=e[e.length-1].version}else r=t}if(!r)throw new Error(this.t("param-error",{param:"passwordSecret",reason:"invalid passwordSecret"}));const i=t.createHmac("sha1",r.toString("ascii"));return i.update(e),{passwordHash:i.digest("hex"),version:n}},checkToken:async function(e,{needPermission:t,needUserInfo:r=!0}={}){const n=this._getConfig(),i=this._verifyToken(e);if(i.code)return i;const{uid:o,needPermission:s,role:a,permission:c,exp:u,iat:d,...p}=i,l=a&&c;t=void 0===t?s:t;const f=n.removePermissionAndRoleFromToken||!l||r,m=!n.removePermissionAndRoleFromToken&&!l||n.removePermissionAndRoleFromToken&&l||n.tokenExpiresThreshold&&u-Date.now()/1e3this._createTokenInternal({signContent:e,config:o})):this._createTokenInternal({signContent:a,config:o})},_updateToken:async function({uid:e,tokenList:t,removeToken:r=[],addToken:n=[]}={}){if(!t){const r=await P.doc(e).get(),n=r.data&&r.data[0];t=n&&n.token||[]}"string"==typeof t&&(t=[t]);const i=this._getExpiredToken(t);(t=t.filter(e=>-1===i.indexOf(e))).push(...n);for(let e=0;ee.version-t.version);let c;if(c=n?a.find(e=>e.version===n):a[0],!c)return{code:3};const u=a[a.length-1],{passwordHash:d}=this.encryptPwd(t,c);if(d===r){const e={code:0};if(c!==u){const{passwordHash:r,version:n}=this.encryptPwd(t,u);e.passwordHash=r,e.passwordVersion=n}return e}return{code:4,message:""}},_verifyToken:function(e){const t=this._getConfig();let r;try{r=Pr(e,t.tokenSecret)}catch(e){return"TokenExpiredError"===e.name?{code:30203,err:e}:{code:30204,err:e}}return t.bindTokenToDevice&&r.clientId&&r.clientId!==this._getClientUaHash()?{code:30201}:{code:0,message:"",...r}},_getExpiredToken:function(e){const t=this._getConfig(),r=[];return e.forEach(e=>{try{Pr(e,t.tokenSecret)}catch(t){r.push(e)}}),r},_getPermissionListByRoleList:async function(e){if(!Array.isArray(e))return[];if(0===e.length)return[];if(e.includes("admin")){return(await D.limit(500).get()).data.map(e=>e.permission_id)}const t=await j.where({role_id:Hr.in(e)}).get(),r=[];return t.data.forEach(e=>{Array.prototype.push.apply(r,e.permission)}),A(r)},_getClientUaHash:function(){const e=t.createHash("md5"),r=/MicroMessenger/i.test(this.context.CLIENTUA)?this.context.CLIENTUA.replace(/(MicroMessenger\S+).*/i,"$1"):this.context.CLIENTUA;return e.update(r),e.digest("hex")},_createTokenInternal:function({signContent:e,config:t}){if(t.tokenExpiresIn&&t.tokenExpiresThreshold&&t.tokenExpiresIn<=t.tokenExpiresThreshold)throw new Error(this.t("token-expires-config-warning"));return"object"===m(e)&&e.uid?(t.bindTokenToDevice&&(e.clientId=this._getClientUaHash()),{token:Rr(e,t.tokenSecret,{expiresIn:t.tokenExpiresIn}),tokenExpired:Date.now()+1e3*t.tokenExpiresIn}):{code:30101,messageValues:{param:this.t("user-id")}}},setVerifyCode:async function({mobile:e,email:t,code:r,expiresIn:n,type:i}){if(t=t&&t.trim(),e=e&&e.trim(),t){const{emailToLowerCase:e}=this._getConfig();e&&(t=t.toLowerCase())}if(!e&&!t)return{code:50101,messageValues:{param:"手机号或邮箱"}};if(e&&t)return{code:50102,messageValues:{param:"参数",reason:"手机号和邮箱不可同时存在"}};r||(r=C()),n||(n=180);const o=Date.now(),s={mobile:e,email:t,type:i,code:r,state:0,ip:this.context.CLIENTIP,created_at:o,expired_at:o+1e3*n};return await R.add(s),{code:0,mobile:e,email:t}},verifyCode:async function({mobile:e,email:t,code:r,type:n}){if(t=t&&t.trim(),e=e&&e.trim(),t){const{emailToLowerCase:e}=this._getConfig();e&&(t=t.toLowerCase())}if(!e&&!t)return{code:50201,messageValues:{param:"手机号或邮箱"}};if(e&&t)return{code:50203,messageValues:{param:"参数",reason:"手机号和邮箱不可同时存在"}};if(!r)return{code:50202,messageValues:{type:this.t(e?"sms":"email")}};const i=an.command,o=Date.now(),s={mobile:e,email:t,type:n,code:r,state:0,expired_at:i.gt(o)},a=await R.where(s).orderBy("created_at","desc").limit(1).get();if(a&&a.data&&a.data.length>0){const e=a.data[0];return await R.doc(e._id).update({state:1}),{code:0,msg:"验证通过"}}return{code:50202,messageValues:{type:this.t(e?"sms":"email")}}},sendSmsCode:async function({mobile:e,code:t,type:r,templateId:n}){if(!e)return{code:N,messageValues:{param:this.t("mobile")}};if(t||(t=C()),!r)return{code:N,messageValues:{param:this.t("verify-code-type")}};const i=this._getConfig();let o=i&&i.service&&i.service.sms;if(!o)throw new Error(this.t("config-param-required",{param:"service.sms"}));o=Object.assign({codeExpiresIn:300},o);const s=["smsKey","smsSecret"];for(let e=0,t=s.length;e=0?o:{code:0,msg:""}}catch(e){return console.error(e),{code:50301}}}});let un;try{un=require("uni-config-center")}catch(e){throw new Error("Plugin[uni-config-center] was not found")}class dn{constructor({context:e,clientInfo:t,config:r}={}){const n=un({pluginId:"uni-id"});this.pluginConfig=n,this.config=r||this._getConfigContent(),this._configCache={},Object.defineProperty(this,"context",{get(){let r;r=t?{OS:t.os,CLIENTIP:t.clientIP,CLIENTUA:t.userAgent,PLATFORM:t.platform,APPID:t.appId,LOCALE:t.locale,DEVICEID:t.deviceId}:Object.assign({},e||global.__ctx__||{});const n=["CLIENTIP","PLATFORM","APPID","LOCALE"];for(let e=0;ee.dcloudAppid===t)||e.find(e=>e.isDefaultConfig):e}_parseConfigContent(e){return Array.isArray(e)?e:e[0]?Object.values(e):e}_getConfigContent(){if(this.pluginConfig&&this.pluginConfig.hasFile("config.json")){let e;try{e=this.pluginConfig.config()}catch(e){throw new Error("Invalid uni-id config file\n"+e.message)}return this._parseConfigContent(e)}{let e;try{e=require("./config.json")}catch(e){if("MODULE_NOT_FOUND"===e.code||"ENOENT"===e.code)throw new Error("uni-id config file[uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json] not found");throw e}return this._parseConfigContent(e)}}init(){throw new Error("uniID.init has been deprecated, use uniID.createInstance instead")}setInterceptor(e,t){this.interceptorMap.set(e,t)}_getConfig({appid:e,platform:t}={}){const r=`${e=e||this.context.APPID}_${t=t||this.context.PLATFORM}`;if(this._configCache[r])return this._configCache[r];if(!(this.config&&0!==Object.keys(this.config).length))throw new Error(this.t("config-file-not-found"));const n=this._getAppConfig(this.config,e);"app"!==t&&"app-plus"!==t||(t=n.preferedAppPlatform||t),"web"!==t&&"h5"!==t||(t=n.preferedWebPlatform||t);const i=Object.assign(n,n[t])||{},o=Object.assign({bindTokenToDevice:!1,tokenExpiresIn:7200,tokenExpiresThreshold:1200,passwordErrorLimit:6,passwordErrorRetryTime:3600,usernameToLowerCase:!0,emailToLowerCase:!0},i);return["passwordSecret","tokenSecret","tokenExpiresIn","passwordErrorLimit","passwordErrorRetryTime"].forEach(e=>{if(!o||!o[e])throw new Error(this.t("config-param-required",{param:e}))}),this._configCache[r]=o,o}}for(const e in cn)dn.prototype[e]=cn[e];function pn(e){const t=new dn(e);return new Proxy(t,{get(e,t){if(t in e&&0!==t.indexOf("_")){if("function"==typeof e[t])return(r=e[t],function(){const e=r.apply(this,arguments);return f(e)?e.then(e=>(S.bind(this)(e),e)):(S.bind(this)(e),e)}).bind(e);if("context"!==t&&"config"!==t)return e[t]}var r}})}dn.prototype.createInstance=pn;var ln=pn();module.exports=ln; diff --git a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/package.json b/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/package.json deleted file mode 100644 index 59edd1e..0000000 --- a/uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "uni-id", - "version": "3.3.29", - "description": "uni-id for uniCloud", - "main": "index.js", - "homepage": "https://uniapp.dcloud.io/uniCloud/uni-id", - "repository": { - "type": "git", - "url": "git+https://gitee.com/dcloud/uni-id.git" - }, - "author": "", - "license": "Apache-2.0", - "dependencies": { - "uni-config-center": "file:../../../../../uni-config-center/uniCloud/cloudfunctions/common/uni-config-center", - "uni-open-bridge-common": "file:../../../../../uni-open-bridge-common/uniCloud/cloudfunctions/common/uni-open-bridge-common" - } -} \ No newline at end of file -- GitLab