Skip to content
  • Jan-Michael Brummer's avatar
    oauth2: Add support for PKCE · e454ceb8
    Jan-Michael Brummer authored
    Add support for Proof Key for Code Exchange (PKCE) as described by RFC
    7636. The only supported method is 'S256' as suggested by the RFC. If an
    OAuth2
    provider supports this, it is enough to override get_use_pkce to make it
    return
    TRUE to enable PKCE.
    
    Based on work done by Andrea Azzarone
    e454ceb8