Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
孔令飞 committed Apr 4, 2024
1 parent 2775416 commit a271d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# IAM - 身份识别与访问管理系统

欢迎加入我的新课程,[孔令飞的云原生实战营](https://konglingfei.com),带你进阶为 Go + 云原生高级开发工程师。

IAM = **I**dentity and **A**ccess **M**anagement

IAM 是一个基于 Go 语言开发的身份识别与访问管理系统,用于对资源访问进行授权。**最新稳定版本为:v1.6.2,建议基于稳定版安装测试**
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/zh-CN/api/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Null
**输入示例**

```bash
curl -XPOST -H'Content-Type: application/json' -H'Authorization: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
curl -XPUT -H'Content-Type: application/json' -H'Authorization: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
"oldPassword": "Foo@2020",
"newPassword": "Foo@2021"
}' http://marmotedu.io:8080/v1/users/foo/change-password
Expand Down

0 comments on commit a271d6d

Please sign in to comment.