kotlin-oauth2-server
kotlin-oauth2-server copied to clipboard
Flexible OAuth2 server library. Support for multiple frameworks
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.4 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Please suggest version changes or commit messages changes ..or any other changes for that matter Also sorry for the unnecessary space changes .. it was done in a emergency like...
[Migration guide](https://ktor.io/docs/migrating-2.html)
Last changes allow to create form login on authorization endpoint. It might be unclear how to do it. This could be added to documentation.
Hi Are you guys planning for [PKCE OAUTH2](https://github.com/spring-projects/spring-security/issues/4943) webflow support ? And will there be a support for spring via this project?
[CallRouterAuthorize](https://github.com/myndocs/kotlin-oauth2-server/blob/develop/oauth2-server-core/src/main/java/nl/myndocs/oauth2/grant/CallRouterAuthorize.kt#L47) is making the assumption, that if no scopes are provided that all scopes should be requested. This is up to the implementor how to act on this.
During the implementation of #30 it was decided that the user info endpoint should become a token info endpoint. Questions: 1. Is it intended that this be the endpoint described...
Resolves #76
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.11.4 to 2.13.0. Commits 03add30 [maven-release-plugin] prepare release jackson-core-2.13.0 7668921 Prepare for 2.13.0 release 81bdfaa Add missing javadoc param/returns for deprecated methods ec22344 Fix small javadoc warnings...