- Issue created by @wells
Automatically closed - issue fixed for 2 weeks with no activity.
Implementors using a public client ID need to use Proof Key for Code Exchange (PKCE) by OAuth Public Clients. Currently, Social API does not support this use case.
Add basic support to allow implementers to set and get a PKCE code from the OAuth2 manager.
Create and merge a PR.
None
The OAuth2 manager interface will expose two new methods getPkceCode
and setPkceCode
. By defualt, the pkceCode
value will be NULL
and will have no impact on non-PKCE enabled clients.
Active
4.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.