We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0be2a6 commit c68fb9aCopy full SHA for c68fb9a
zh_CN/access-control/authz/mnesia.md
@@ -83,6 +83,8 @@ export EMQX_TOKEN=$(curl --silent -X 'POST' "http://localhost:18083/api/v5/login
83
84
#### 步骤 2:创建内置数据库授权源
85
86
+比如您可通过如下代码针对 `client1` 客户端创建授权规则:
87
+
88
```bash
89
curl -X 'POST' \
90
'http://localhost:18083/api/v5/authorization/sources' \
0 commit comments