lenso-module-auth 0.1.5

First-party auth anchor module for the Lenso backend framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod admin;
pub mod config;
pub mod dto;
pub mod migrations;
pub mod models;
pub mod module;
pub mod public;
#[cfg(feature = "redis")]
pub mod redis_cache;
pub mod repositories;
pub mod resolver;
pub mod routes;
pub mod session_policy;