@@ -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(),
|
||||
|
Reference in New Issue
Block a user