WIP
This commit is contained in:
parent
1b21ee1573
commit
ca84a0f99f
10 changed files with 233 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue