rm jwk stuff
This commit is contained in:
parent
f875ef4071
commit
a3733511b6
2 changed files with 2 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue