You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: userinfo, pkce and improved route handling (navikt#130)
* new endpoint `/userinfo` returning claims from token in Authorization header
* support for PKCE validation when included in auth and token request (fixesnavikt#36)
* improved http route handling API using builder pattern
* support 405 method not allowed for routes (in place of always returning 404) (fixesnavikt#98)
* refactoring due to new route handling API
* refactor `DebuggerRequestHandler`
* **breaking**: removed `OAuth2HttpRouter` and `OAuth2HttpRouter.routes(vararg route: Route): OAuth2HttpRouter`:
* Replaced by `fun routes(vararg route: Route): Route` and `fun routes(config: Route.Builder.() -> Unit): Route`
0 commit comments