`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](https://discord.gg/gVXNDwpS3Z) ## 📦 Install ```toml # Cargo.toml [dependencies] # Postgres + rustls axum_session = { version = "0.14.0" } axum_session_mongo = { version = "0.2.0" } ``` ## 🔎 Examples You can locate the example files within the [`Repository`](https://github.com/AscendingCreations/AxumSession/tree/main/examples)