Can perform local authentication

This commit is contained in:
2023-09-02 18:44:16 +02:00
parent bb31954b22
commit 849bf0cdfb
7 changed files with 93 additions and 2 deletions

View File

@ -0,0 +1,2 @@
pub mod auth_extractor;
pub mod local_auth_extractor;