oswilno/crates/actix-jwt-session
2023-09-01 06:42:30 +02:00
..
src Documentation and tests 2023-09-01 06:42:30 +02:00
tests Documentation and tests 2023-09-01 06:42:30 +02:00
Cargo.toml Documentation and tests 2023-09-01 06:42:30 +02:00
README.adoc Documentation and tests 2023-09-01 06:42:30 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= General purpose JWT session validator for actix_web

Its designed to extract session using middleware and validate path simply by using extractors.

Examples usage:

[source,rust]
----
include::tests/ensure_redis_flow.rs[]
----