rocket-sessions 0.0.1

trait for managing sessions on a rocket application.
Documentation

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.