rm jwk stuff

This commit is contained in:
Henry Hiles 2025-06-21 20:06:09 -04:00
commit a3733511b6
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View file

@ -34,7 +34,6 @@ void main(List<String> argsRaw) async {
apiHelper.openidConfiguration,
)
..get("/userinfo", apiHelper.userinfoHandler)
..get("/jwks.json", apiHelper.jwks)
..post("/login", apiHelper.handleLogin)
..post("/token", apiHelper.tokenHandler))
.call,