working a bit
This commit is contained in:
parent
217621daac
commit
93b6f180f6
7 changed files with 61 additions and 23 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue