Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
b23d42d7
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3216
Star
106
Fork
815
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
94
列表
看板
标记
里程碑
合并请求
70
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
94
Issue
94
列表
看板
标记
里程碑
合并请求
70
合并请求
70
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b23d42d7
编写于
11月 09, 2022
作者:
C
chenruilong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: update uni-id-summary.md
上级
a3e6fac4
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
5 addition
and
5 deletion
+5
-5
docs/uniCloud/uni-id-summary.md
docs/uniCloud/uni-id-summary.md
+5
-5
未找到文件。
docs/uniCloud/uni-id-summary.md
浏览文件 @
b23d42d7
...
...
@@ -1288,7 +1288,7 @@ module.exports = {
### 密码安全@password-safe
uni-id 默认使用了
`hmac-sha1`
加密算法对密码进行加密,自
`uni-id-
co
@1.0.28`
版本起新增了
`hmac-sha256`
加密算法,开发者可以自己需求选择不同的算法,推荐使用
`hmac-sha256`
算法。
uni-id 默认使用了
`hmac-sha1`
加密算法对密码进行加密,自
`uni-id-
pages
@1.0.28`
版本起新增了
`hmac-sha256`
加密算法,开发者可以自己需求选择不同的算法,推荐使用
`hmac-sha256`
算法。
在
`uni-config-center/uni-id/config.json`
中配置,
[
uni-id/config.json说明
](
uni-id-summary.html#config
)
...
...
@@ -1306,7 +1306,7 @@ uni-id 默认使用了 `hmac-sha1` 加密算法对密码进行加密,自 `uni-
修改 passwordSecret
[
参考
](
uni-id-summary.html#modifysecret
)
#### 升级 hmac-256 加密算法指南
适用于
`uni-id-
co
@1.0.28`
以下版本,
适用于
`uni-id-
pages
@1.0.28`
以下版本,
首先确认
`uni-config-center/uni-id/config.json`
中
`passwordSecret`
字段类型
`passwordSecret`
字段可能是
`string`
或者
`array`
类型,示例如下:
...
...
@@ -1342,7 +1342,7 @@ uni-id 默认使用了 `hmac-sha1` 加密算法对密码进行加密,自 `uni-
}
```
#### 自定义加密算法
#### 自定义加密算法
@custom-password-encrypt
如果内置的加密算法无法满足业务需求,可以自定义加密规则。
...
...
@@ -1399,8 +1399,8 @@ module.exports = {
}
```
####
其它系统迁移用户至uni-id兼容方案
从其他数据库或者从业务中迁移系统的用户表到
`uni-id`
可能会遇到用户密码兼容问题,比如旧系统中用户密码加密方案为
`md5`
,而
`uni-id`
使用的是
`hmac-sha256`
,为了无缝迁移用户密码可以采用
`uni-id`
自定义密码规则过渡到
`hmac-sha256`
加密算法。
####
将其它系统用户迁移至uni-id方案@move-users-to-uni-id
从其他数据库或者从业务中迁移系统的用户表到
`uni-id`
可能会遇到用户密码兼容问题,比如旧系统中用户密码加密方案为
`md5`
,而
`uni-id`
使用的是
`hmac-sha256`
,为了无缝迁移用户密码可以采用自定义密码规则过渡到
`hmac-sha256`
加密算法。
1.
迁移之前我们需要在
`uni-config-center/uni-id/config.json`
文件中创建自定义类型的
`paswordSecret`
,如下:
```
json
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录