MeiliSearch/meilisearch-http/src/routes
bors[bot] 622c15e825
Merge #2096
2096: feat(auth): Tenant token r=Kerollmops a=ManyTheFish

Make meilisearch support JWT authentication signed with meilisearch API keys
using HS256, HS384 or HS512 algorithms.

Related spec: [specifications#89](https://github.com/meilisearch/specifications/pull/89) [rendered](https://github.com/meilisearch/specifications/blob/scoped-api-keys/text/0089-tenant-tokens.md)
Fix #1991 


Co-authored-by: ManyTheFish <many@meilisearch.com>
2022-01-27 10:38:41 +00:00
..
indexes feat(auth): Implement Tenant token 2022-01-27 08:25:39 +01:00
api_key.rs feat(auth): Implement Tenant token 2022-01-27 08:25:39 +01:00
dump.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
mod.rs Merge #2096 2022-01-27 10:38:41 +00:00
tasks.rs feat(auth): Implement Tenant token 2022-01-27 08:25:39 +01:00