myndocs / kotlin-oauth2-server

Flexible OAuth2 server library. Support for multiple frameworks
Apache License 2.0
151 stars 25 forks source link

Support PKCE for Authorization Server #76

Open codecakes opened 4 years ago

codecakes commented 4 years ago

Hi Are you guys planning for PKCE OAUTH2 webflow support ? And will there be a support for spring via this project?

adhesivee commented 4 years ago

That isn't in the planning for PKCE and Spring support. If you would like, you can create a PR for it.

trajano commented 4 years ago

Would this help? https://sultanov.dev/blog/authorization-code-flow-with-pkce-in-spring-security-oauth/

ulfryk commented 2 years ago

Hi, is there a chance that PKCE will be added?