feat: refactor new

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 22:40:04 +02:00
parent 89acf8c343
commit ec3ed89d68
3 changed files with 4 additions and 10 deletions

View File

@@ -48,11 +48,7 @@ async fn main() -> anyhow::Result<()> {
},
};
let auth_service = AuthService::new_zitadel(
OAuth::try_from(auth.clone())?,
IntrospectionService::new_zitadel(&auth).await?,
SessionService::new(&auth).await?,
);
let auth_service = AuthService::new(&auth);
let state = AppState {
auth: auth_service.clone(),