1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
Go to file
João Fernandes 31b1dc5aa8
feature(settings): add TLS (#380)
* Complete the missing TLS feature.

* Make the `cfg` attributes more clear.

* Format the project issued by command `cargo +nightly fmt`.

* Small changes on cargo file.

* Update CHANGES.md.

* Add documentation for `Tls::get_ssl_acceptor_builder()` and remove unused imports.

* Add the `cfg` macro with required feature on `TLS` tests.

* Update actix-settings/src/settings/tls.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>

* Copy the workflow steps related to OpenSSL for windows from [actix-web workflow](a7375b6876/.github/workflows/ci.yml (L38-L45)).

* ci: install openssl 1.1.1

* Replaced `apply_settings` with `try_apply_settings` for a better error handling.

* Updated the example.

* Add `OpenSSL` error.

* Restrict `OpenSSL` error only for `tls` feature.

* Rename feature `tls` to `openssl`.

* Add doc feature `broken_intra_doc_links` to `get_ssl_acceptor_builder` function.

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-03 08:59:13 +00:00
.cargo Do not run tests on MSRV (#250) 2022-05-25 14:07:31 +01:00
.github feature(settings): add TLS (#380) 2024-08-03 08:59:13 +00:00
actix-cors chore: share repo and website 2024-06-20 02:18:37 +01:00
actix-identity chore: share repo and website 2024-06-20 02:18:37 +01:00
actix-limitation build(deps): update redis requirement from 0.25 to 0.26 (#451) 2024-07-30 12:05:02 +01:00
actix-protobuf build(deps): update prost requirement from 0.12 to 0.13 (#450) 2024-07-20 05:16:26 +00:00
actix-session build(deps): update redis requirement from 0.25 to 0.26 (#451) 2024-07-30 12:05:02 +01:00
actix-settings feature(settings): add TLS (#380) 2024-08-03 08:59:13 +00:00
actix-web-httpauth chore: share repo and website 2024-06-20 02:18:37 +01:00
actix-ws chore(ws): remove unused dev dep 2024-07-20 07:32:11 +01:00
.editorconfig merge project metadata 2020-01-30 00:31:25 +00:00
.gitignore adopt actix-settings crate (#270) 2022-07-31 14:44:45 +01:00
.prettierrc.yml docs(cors): use cargo-rdme 2024-01-06 21:02:36 +00:00
Cargo.toml chore: move lints to manifest 2024-06-20 02:14:35 +01:00
codecov.yml simplify ci like actix-web (#165) 2021-03-22 11:46:02 +00:00
justfile chore: fix just doc 2024-07-29 21:59:53 +01:00
lcov.info ci: coverage via just 2024-06-20 02:57:44 +01:00
LICENSE-APACHE adopt actix-ws crate (#361) 2023-11-03 22:49:18 +00:00
LICENSE-MIT adopt actix-ws crate (#361) 2023-11-03 22:49:18 +00:00
README.md chore: remove actix-redis crate (#408) 2024-03-12 23:30:06 +00:00
rustfmt.toml apply imports_granularity fmt rule 2022-09-11 21:55:40 +01:00

actix-extras

A collection of additional crates supporting Actix Web.

CI codecov Chat on Discord Dependency Status

Crates by @actix

Crate
actix-cors crates.io dependency status Cross-Origin Resource Sharing (CORS) controls.
actix-identity crates.io dependency status Identity management.
actix-limitation crates.io dependency status Rate-limiting using a fixed window counter for arbitrary keys, backed by Redis.
actix-protobuf crates.io dependency status Protobuf payload extractor.
actix-session crates.io dependency status Session management.
actix-settings crates.io dependency status Easily manage Actix Web's settings from a TOML file and environment variables.
actix-web-httpauth crates.io dependency status HTTP authentication schemes.
actix-ws crates.io dependency status WebSockets for Actix Web, without actors.

Community Crates

These crates are provided by the community.

Crate
actix-web-lab crates.io dependency status Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
actix-multipart-extract crates.io dependency status Better multipart form support for Actix Web.
actix-form-data crates.io dependency status Multipart form data from actix multipart streams
actix-governor crates.io dependency status Rate-limiting backed by governor.
actix-casbin crates.io dependency status Authorization library that supports access control models like ACL, RBAC & ABAC.
actix-ip-filter crates.io dependency status IP address filter. Supports glob patterns.
actix-web-static-files crates.io dependency status Static files as embedded resources.
actix-web-grants crates.io dependency status Extension for validating user authorities.
aliri_actix crates.io dependency status Endpoint authorization and authentication using scoped OAuth2 JWT tokens.
actix-web-flash-messages crates.io dependency status Support for flash messages/one-time notifications in actix-web.
awmp crates.io dependency status An easy to use wrapper around multipart fields for Actix Web.
tracing-actix-web crates.io dependency status A middleware to collect telemetry data from applications built on top of the Actix Web framework.
actix-hash crates.io dependency status Hashing utilities for Actix Web.
actix-bincode crates.io dependency status Bincode payload extractor for Actix Web
sentinel-actix crates.io dependency status General and flexible protection for Actix Web
actix-telepathy crates.io dependency status Build distributed applications with RemoteActors and RemoteMessages.
apistos crates.io dependency status Automatic OpenAPI v3 documentation for Actix Web

To add a crate to this list, submit a pull request.