Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note about setting the stable API version #3035

Merged
merged 8 commits into from
Jul 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update website/docs/security/authentication.md
Co-authored-by: Alexander Tobi Fashakin <tobyton2008@yahoo.co.uk>
  • Loading branch information
b1ron and Fashander authored Jul 12, 2023
commit f0d1a682c6313a6661bcd374f8160c4c9b135e48
4 changes: 3 additions & 1 deletion website/docs/security/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ docker run --rm -it --network=ferretdb --entrypoint=mongosh \

## Authentication Handshake

**NOTE** Some drivers may still use the legacy `hello` command to complete a handshake.
:::note
Some drivers may still use the legacy `hello` command to complete a handshake.
:::

If you encounter any issues while authenticating with FerretDB, try setting the Stable API version to V1 on the client as this may prevent legacy commands from being used. Please refer to your specific driver documentation on how to set this field.

Expand Down