myndocs / kotlin-oauth2-server

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

Add support for authorization code grant with PKCE #91

Open asafalima opened 1 year ago

asafalima commented 1 year ago

Resolves #76

asafalima commented 1 year ago

@adhesivee this is an initial working version of the PKCE authorization code grant support. More integration and unit tests should be added to cover more scenarios.