<h1 align="center">
Axum Session Mongo
</h1>
[](https://crates.io/crates/axum_session_mongo)
[](https://docs.rs/axum_session_mongo)
[](https://discord.gg/gVXNDwpS3Z)
## 📑 Overview
<p align="center">
`axum_session_mongo` is a mongo noSQL persistent store for AxumSession.
</p>
## 🚨 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)