- Issue created by @wells
Automatically closed - issue fixed for 2 weeks with no activity.
Social Auth currently only supports OAuth2 for private clients with a client ID and secret key. Public clients using Proof Key for Code Exchange (PKCE) use only a public client ID and no secret key.
Add support for getting and setting a PKCE code that can be used by the underlying OAuth2 client for code challenge and verification.
Create and merge a PR.
Add a new uses_public_client_id
option to the network plugin configuration. Implementers can use this option to indicate their client uses a public Client ID and does not require a secret key,
Active
4.2
Code
Automatically closed - issue fixed for 2 weeks with no activity.