Skip to content

Commit

Permalink
more cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jan 29, 2024
1 parent f5b1ad6 commit 7c7d7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documents/MQTT5_Userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ If your custom authenticator does not use signing, you don't specify anything re
```


If your custom authorizer uses signing, you must specify the three signed token properties as well. The token signature must be the URI-encoding of the base64 encoding of the digital signature of the token value via the private key associated with the public key that was registered with the custom authorizer. It is your responsibility to URI-encode the token signature.
If your custom authorizer uses signing, you must specify the three signed token properties as well. It is your responsibility to URI-encode the Username, AuthorizerName, and TokenKeyName parameters.

```cpp
// Setup custom authorization config
Expand Down
2 changes: 1 addition & 1 deletion samples/mqtt5/mqtt5_pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ If your custom authenticator does not use signing, you don't specify anything re
```
If your custom authorizer uses signing, you must specify the three signed token properties as well. The token signature must be the URI-encoding of the base64 encoding of the digital signature of the token value via the private key associated with the public key that was registered with the custom authorizer. It is your responsibility to URI-encode the token signature.
If your custom authorizer uses signing, you must specify the three signed token properties as well. It is your responsibility to URI-encode the Username, AuthorizerName, and TokenKeyName parameters.
```cpp
// Setup custom authorization config
Expand Down

0 comments on commit 7c7d7d3

Please sign in to comment.