Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764df24 commit 4774839Copy full SHA for 4774839
meilisearch/src/extractors/authentication/mod.rs
@@ -199,7 +199,7 @@ pub mod policies {
199
token: &str,
200
index: Option<&str>,
201
) -> Option<AuthFilter> {
202
- // Tenant token will always define an index.
+ // A tenant token only has access to the search route which always defines an index.
203
let index = index?;
204
205
// Only search action can be accessed by a tenant token.
0 commit comments