Crate axum_session_mongo

Source
Expand description

Axum Session Mongo

https://crates.io/crates/axum_session_mongo Docs Discord Server

Β§πŸ“‘ Overview

`axum_session_mongo` is a mongo noSQL persistent store for AxumSession.

§🚨 Help

If you need help with this library or have suggestions please go to our Discord Group

Β§πŸ“¦ Install

# Cargo.toml
[dependencies]
# Postgres + rustls
axum_session = { version = "0.16.0" }
axum_session_mongo = { version = "0.4.0" }

Β§πŸ”Ž Examples

You can locate the example files within the Repository

StructsΒ§

SessionMongoPool
Mongodb’s Pool type for the DatabasePool. Needs a mongodb Client.

Type AliasesΒ§

SessionMongoSession
SessionMongoSessionStore