mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-11 00:22:38 +01:00
Add flash message crate. (#202)
This commit is contained in:
parent
1261557dc9
commit
a08b96529f
@ -31,6 +31,7 @@ These crates are provided by the community.
|
|||||||
| [actix-web-static-files] | [](https://crates.io/crates/actix-web-static-files) [](https://docs.rs/actix-web-static-files) [](https://deps.rs/crate/actix-web-static-files/3.0.5) | Static files as embedded resources. |
|
| [actix-web-static-files] | [](https://crates.io/crates/actix-web-static-files) [](https://docs.rs/actix-web-static-files) [](https://deps.rs/crate/actix-web-static-files/3.0.5) | Static files as embedded resources. |
|
||||||
| [actix-web-grants] | [](https://crates.io/crates/actix-web-grants) [](https://docs.rs/actix-web-grants) [](https://deps.rs/crate/actix-web-grants/2.0.1) | Extension for validating user authorities. |
|
| [actix-web-grants] | [](https://crates.io/crates/actix-web-grants) [](https://docs.rs/actix-web-grants) [](https://deps.rs/crate/actix-web-grants/2.0.1) | Extension for validating user authorities. |
|
||||||
| [aliri_actix] | [](https://crates.io/crates/aliri_actix) [](https://docs.rs/aliri_actix) [](https://deps.rs/crate/aliri_actix/0.5.0) | Endpoint authorization and authentication using scoped OAuth2 JWT tokens. |
|
| [aliri_actix] | [](https://crates.io/crates/aliri_actix) [](https://docs.rs/aliri_actix) [](https://deps.rs/crate/aliri_actix/0.5.0) | Endpoint authorization and authentication using scoped OAuth2 JWT tokens. |
|
||||||
|
| [actix-web-flash-messages] | [](https://crates.io/crates/actix-web-flash-messages) [](https://docs.rs/actix_web_flash_messages) [](https://deps.rs/crate/actix-web-flash-messages/0.2.0) | Support for flash messages/one-time notifications in `actix-web`. |
|
||||||
|
|
||||||
To add a crate to this list, submit a pull request.
|
To add a crate to this list, submit a pull request.
|
||||||
|
|
||||||
@ -50,5 +51,6 @@ To add a crate to this list, submit a pull request.
|
|||||||
[actix-ip-filter]: https://github.com/jhen0409/actix-ip-filter
|
[actix-ip-filter]: https://github.com/jhen0409/actix-ip-filter
|
||||||
[actix-web-static-files]: https://github.com/kilork/actix-web-static-files
|
[actix-web-static-files]: https://github.com/kilork/actix-web-static-files
|
||||||
[actix-web-grants]: https://github.com/DDtKey/actix-web-grants
|
[actix-web-grants]: https://github.com/DDtKey/actix-web-grants
|
||||||
|
[actix-web-flash-messages]: https://github.com/LukeMathWalker/actix-web-flash-messages
|
||||||
[actix-governor]: https://github.com/AaronErhardt/actix-governor
|
[actix-governor]: https://github.com/AaronErhardt/actix-governor
|
||||||
[aliri_actix]: https://github.com/neoeinstein/aliri
|
[aliri_actix]: https://github.com/neoeinstein/aliri
|
||||||
|
Loading…
x
Reference in New Issue
Block a user