Rocket sessions provides a trait for storing client tokens on the server for future validation.
The trait is implemented for redis::aio::Client, and for an in-memory data structure under the feature in-memory.
redis::aio::Client
in-memory