-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
550: fix: invalid API key handling r=brunoocasali a=ahmednfwela # Pull Request ## Related issue Fixes #363 Supersedes #549 ## What does this PR do? - improve error message of `MeilisearchTenantTokenApiKeyInvalid` - improve constructor of `TenantTokenRules` to take `IReadOnlyDictionary` instead of a `Dictionary` - Added tests in `TenantTokenTests`. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: ahmednfwela <[email protected]>
- Loading branch information
Showing
5 changed files
with
116 additions
and
29 deletions.
There are no files selected for viewing
Submodule meilisearch-dart
added at
1d22b7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters