Implement password authentication

This commit is contained in:
2023-05-31 15:17:00 +02:00
parent 5ed74260a8
commit 652541cd59
6 changed files with 133 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
//! # Backend services
pub mod login_token_service;
pub mod mail_service;
pub mod rate_limiter_service;
pub mod users_service;