Open
Description
Purpose of the feature.
FerretDB uses the following functions for authentication:
documentdb_api_internal.scram_sha256_get_salt_and_iterations
documentdb_api_internal.authenticate_with_scram_sha256
They are in the internal schema. They probably should be in the documentdb_api
.
Describe the solution you'd like
Those functions are in the non-internal schema, documented and supported.
Describe alternatives you've considered
Continue using internal schema.
Additional context
None.
Metadata
Metadata
Type
Projects
Status
In Progress