oswilno/crates/actix-jwt-session/README.adoc
2023-09-01 06:42:30 +02:00

11 lines
233 B
Plaintext
Raw Blame History

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[]
----