mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
Adam Chalmers
a50f1db473
Bugfix: AuthenticationError should set status_code
I noticed that my `AuthenticationError`'s `status_code` field was 401, but when I ran `.as_response_error()` the `ResponseError`'s code was 500 (the default value). It's because impl ResponseError for AuthenticationError doesn't define the `status_code()` trait method. Merely setting the status code in `error_response` isn't enough, it seems. I added a unit test for this case too.
actix-extras
A collection of additional crates supporting the actix and actix-web frameworks.
Crates
Crate | ||
---|---|---|
actix-cors | Cross-origin resource sharing (CORS) for actix-web applications. | |
actix-identity | Identity service for actix-web framework. | |
actix-protobuf | Protobuf support for actix-web framework. | |
actix-redis | Redis integration for actix framework. | |
actix-session | Session for actix-web framework. | |
actix-web-httpauth | HTTP authentication schemes for actix-web. |
Description
Languages
Rust
98.6%
Just
0.9%
HTML
0.5%