Support authorization code flow with PKCE
embbnux opened this issue · 2 comments
embbnux commented
We have supported authorization code flow with PKCE https://developers.ringcentral.com/api-reference/Authorization
As mentioned in docs:
Web applications are higly advised to use the Proof Key for Code Exchange scheme (PKCE) for security concerns.
It is great to support it in JS SDK
kirill-konshin commented
@embbnux @tylerlong would you like to implement it?
embbnux commented
Sure, will create PR for this.