This commit is contained in:
Matthieu Bessat 2024-12-09 09:38:39 +01:00
parent 1b21ee1573
commit ca84a0f99f
10 changed files with 233 additions and 40 deletions

View file

@ -56,6 +56,7 @@ pub async fn authorize_form(
query_params: Query<AuthorizationParams>
) -> impl IntoResponse {
let Query(authorization_params) = query_params;
dbg!(&authorization_params);
// 1. Verify the app details
let app = match app_state.config.applications