lenso-module-auth-password 0.1.7

First-party password auth module for the Lenso backend framework.
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod dto;
pub mod jwt;
pub mod migrations;
pub mod module;
pub mod password;
pub mod repositories;
pub mod resolver;
pub mod routes;