#session #rocket

rocket-sessions

trait for managing sessions on a rocket application

1 unstable release

0.0.1 Mar 23, 2022

#13 in #sessions

Apache-2.0

9KB
167 lines

Contains (Mach-o exe, 17KB) a.out

Rocket Sessions

Rocket sessions provides a trait for storing client tokens on the server for future validation.

Implementors

The trait is implemented for redis::aio::Client, and for an in-memory data structure under the feature in-memory.

Dependencies

~0.3–13MB
~113K SLoC