You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you follow the steps (listed here) in the README, the sample does not work. When you try to sign in, you will receive a "state must be a string" error message.
To avoid the problem, there are two potential solutions:
Comment out the state validation in your local version. This is insecure, but allows the sample to run.
Zoom isn't sending a state query parameter in the oauth flow. This breaks the check for the state parameter.
My workaround is to comment out the check here, since this is just an example.
The text was updated successfully, but these errors were encountered: