Skip to content

Commit

Permalink
Update source/auth/auth.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <github@addaleax.net>
  • Loading branch information
blink1073 and addaleax committed Sep 5, 2023
1 parent 1a0fa3f commit d22ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/auth/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ If using the ``JwtStepRequest`` directly, the conversation will look like:
| S: :javascript:`{conversationId : 1, payload: BinData(0,"..."), done: true, ok: 1}`
Drivers MUST NOT send a ``PrincipalStepRequest`` when performing machine authentication
or when there is a cached Access Token. Drivers must instead use ``saslStart`` with a ``JwtStepRequest``.
or when there is a cached Access Token. Drivers MUST instead use ``saslStart`` with a ``JwtStepRequest``.

Caching
```````
Expand Down

0 comments on commit d22ff82

Please sign in to comment.