Implemented userinfo endpoint and finalized OAuth2.0 flow

This commit is contained in:
Dennis Nemec
2025-10-05 00:54:21 +02:00
parent b87d7e0268
commit 98fb621108
9 changed files with 58 additions and 21 deletions

1
Cargo.lock generated
View File

@ -353,6 +353,7 @@ dependencies = [
"axum",
"axum-extra",
"axum-keycloak-auth",
"base64",
"chrono",
"log",
"oauth2",