working a bit

This commit is contained in:
Henry Hiles 2025-06-19 13:03:18 -04:00
commit 93b6f180f6
No known key found for this signature in database
7 changed files with 61 additions and 23 deletions

View file

@ -33,7 +33,7 @@ void main(List<String> argsRaw) async {
"/.well-known/openid-configuration",
apiHelper.openidConfiguration,
)
..get("/userInfo", apiHelper.userinfoHandler)
..get("/userinfo", apiHelper.userinfoHandler)
..get("/jwks.json", apiHelper.jwks)
..post("/login", apiHelper.handleLogin)
..post("/token", apiHelper.tokenHandler))