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
The authentication flow is described in the official documentation, here.
It is not the same thing as the channel subscription authorization which is described here or here.
It appears that the authenticate method, required for the channel subscription authorization flow is implemented in Node, PHP and Ruby whereas the authenticate_user method, required for the authentication flow is only implemented in Node and PHP SDKs.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.
The
authentication flow
is described in the official documentation, here.It is not the same thing as the
channel subscription authorization
which is described here or here.It appears that the
authenticate
method, required for thechannel subscription authorization
flow is implemented in Node, PHP and Ruby whereas theauthenticate_user
method, required for theauthentication flow
is only implemented in Node and PHP SDKs.The text was updated successfully, but these errors were encountered: