mbuczko / cerber-oauth2-provider

Clojure implementation of RFC 6749 OAuth 2.0 authorization framework (OAuth2 provider)
Apache License 2.0
58 stars 11 forks source link

Proof Key for Code Exchange (PKCE) #2

Open mbuczko opened 7 years ago

mbuczko commented 7 years ago

Implement PKCE to prevent public clients using the authorization code grant from authorization code interception attack.