fix(auth): remove rest of todos for hot path
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-20 16:29:07 +02:00
parent 7a71f9b106
commit 1f13172ec0
4 changed files with 37 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ mod session;
pub use auth::{Auth, AuthService};
use session::SessionClap;
pub use session::SessionService;
#[derive(clap::ValueEnum, Clone, PartialEq, Eq, Debug)]
pub enum AuthEngine {