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
Next Next commit
add a note about setting the stable API version
  • Loading branch information
b1ron committed Jul 11, 2023
commit 1f192d789ad84d22ad71963ffd03f6b1d63dc6cb
8 changes: 8 additions & 0 deletions website/docs/security/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ A client that specify username and password in MongoDB URI as below is authentic
docker run --rm -it --network=ferretdb --entrypoint=mongosh \
mongo 'mongodb://user2:pass2@ferretdb/ferretdb?authMechanism=PLAIN'
```

## Driver Compatibility Issues

**NOTE** Some drivers may use legacy opcodes during their authentication handshake.

If you encounter any issues while authenticating with FerretDB using a driver, try setting the Stable API version to V1 on the client. Please refer to your specific driver documentation on how to set this field.

If you encounter any other issues file a bug report [here](https://github.com/FerretDB/FerretDB/issues/new?assignees=ferretdb-bot&labels=code%2Fbug%2Cnot+ready&projects=&template=bug.yml).