MeiliSearch/meilisearch-http
bors[bot] 513b37e245
Merge #2253
2253: refactor authentication key extraction r=ManyTheFish a=MarinPostma

I am concerned that the part of the code that performs the key prefix extraction from the jwt token migh be misused in the future. Since this is a critical part of the code, I moved it into it's own function. Since we deserialized the payload twice anyway, I reordered the verifications, and we now use the data from the validated token.


Co-authored-by: ad hoc <postma.marin@protonmail.com>
2022-03-28 08:53:13 +00:00
..
src Merge #2253 2022-03-28 08:53:13 +00:00
tests review edits 2022-03-07 14:21:44 +01:00
build.rs chore(all): update actix-web dependency to 4.0.0-beta.21 2022-01-21 20:44:17 +00:00
Cargo.toml Import milli from meilisearch-lib in meilisearch-http 2022-03-24 14:45:37 +01:00