axum_session_mongo 0.2.0

📝 Mongo Database layer for axum_session.
Documentation

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

📑 Overview

🚨 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.14.0" }
axum_session_mongo = { version = "0.2.0" }

🔎 Examples

You can locate the example files within the Repository