Add introspection endpoint
This commit is contained in:
parent
8efb087cdd
commit
53867e273b
2 changed files with 27 additions and 0 deletions
|
@ -36,6 +36,7 @@ void main(List<String> argsRaw) async {
|
|||
..get("/userinfo", apiHelper.userinfoHandler)
|
||||
..get("/bridge", apiHelper.bridgeHandler)
|
||||
..post("/login", apiHelper.loginHandler)
|
||||
..post('/introspect', apiHelper.introspectionHandler)
|
||||
..post("/logout", apiHelper.logoutHandler)
|
||||
..post("/token", apiHelper.tokenHandler))
|
||||
.call,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue