MeiliSearch/meilisearch-http/tests
many ffefd0caf2
feat(auth): API keys
implements:
https://github.com/meilisearch/specifications/blob/develop/text/0085-api-keys.md

- Add tests on API keys management route (meilisearch-http/tests/auth/api_keys.rs)
- Add tests checking authorizations on each meilisearch routes (meilisearch-http/tests/auth/authorization.rs)
- Implement API keys management routes (meilisearch-http/src/routes/api_key.rs)
- Create module to manage API keys and authorizations (meilisearch-auth)
- Reimplement GuardedData to extend authorizations (meilisearch-http/src/extractors/authentication/mod.rs)
- Change X-MEILI-API-KEY by Authorization Bearer (meilisearch-http/src/extractors/authentication/mod.rs)
- Change meilisearch routes to fit to the new authorization feature (meilisearch-http/src/routes/)

- close #1867
2021-12-06 09:52:41 +01:00
..
assets Rename attributes for faceting into filterable attributes 2021-06-14 13:20:43 +02:00
auth feat(auth): API keys 2021-12-06 09:52:41 +01:00
common feat(auth): API keys 2021-12-06 09:52:41 +01:00
dashboard Add tests for mini-dashboard status and assets 2021-10-27 17:57:25 +05:30
documents feat(auth): API keys 2021-12-06 09:52:41 +01:00
index feat(all): Task store 2021-12-02 20:14:42 +01:00
search feat(all): Task store 2021-12-02 20:14:42 +01:00
settings feat(all): Task store 2021-12-02 20:14:42 +01:00
snapshot feat(all): Task store 2021-12-02 20:14:42 +01:00
stats feat(all): Task store 2021-12-02 20:14:42 +01:00
tasks feat(all): Task store 2021-12-02 20:14:42 +01:00
content_type.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
integration.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00