Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyuan17 committed May 27, 2024
1 parent 686fefc commit da046ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions website/docs/06_plugin/1_auth_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ message CheckResult {
}
```

Here's the translation of the metrics section from Chinese to English:

---

## Metrics

Because the two methods of the AuthProvider Plugin are frequently called during connection authentication and the process of handling message publication and subscription forwarding, BifroMQ records and outputs the following metrics to help
Expand Down Expand Up @@ -395,4 +391,4 @@ server.listen(port, hostname, () => {

```

In this example, we simply convert the registered password to Base64 format for storage. Please choose a more secure and reliable method for handling it in actual usage.
In this example, we simply convert the registered password to Base64 format for storage. Please choose a more secure and reliable method for handling it in actual usage.
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ message CheckResult {
}
```

Here's the translation of the metrics section from Chinese to English:

---

## Metrics

Because the two methods of the AuthProvider Plugin are frequently called during connection authentication and the process of handling message publication and subscription forwarding, BifroMQ records and outputs the following metrics to help
Expand Down Expand Up @@ -395,4 +391,4 @@ server.listen(port, hostname, () => {

```

In this example, we simply convert the registered password to Base64 format for storage. Please choose a more secure and reliable method for handling it in actual usage.
In this example, we simply convert the registered password to Base64 format for storage. Please choose a more secure and reliable method for handling it in actual usage.

0 comments on commit da046ec

Please sign in to comment.