ringcentral/ringcentral-js

Support authorization code flow with PKCE

embbnux opened this issue · 2 comments

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

@embbnux @tylerlong would you like to implement it?

Sure, will create PR for this.