Hi Suresh, can you check which authorization grant flow are you using, authorization code flow or implicit grant flow?
https://github.com/ringcentral/ringcentral-embeddable/blob/master/docs/config-client-id-and-secret.md
For implicit grant flow, login session will be expired if user is inactive in 1 hour.
For authorization code grant flow, login session will be expired if user is inactive in 7 days.
When user or admin change password, it will also trigger session expired.
Hi Embbnux, I have the same problem.
As I understand the documentation of the widget that refers to the authentication flow, the PKCE is available since version 1.4 and is enabled by default, right?
I'm integrating the RingCentral Widget with my website and the session expires after 1 hour, can you help me?
Thank you!