add bridge

This commit is contained in:
Henry Hiles 2025-06-22 12:35:12 -04:00
commit b7bd137e16
No known key found for this signature in database
2 changed files with 35 additions and 1 deletions

View file

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