We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I might have misunderstood how things work, so apologies if that's the case.
I am using the Pubnub's Debug Console as my guide. Here I can set up individual authorisation keys for different channels.
Within the Arduino library code there is set_auth(const char* auth) { d_auth = auth; }
set_auth(const char* auth) { d_auth = auth; }
but this sets up an authorization key/token for a PubNub client.
How can the code/library be changed so that a separate auth key can be used for publish and subscribe.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I might have misunderstood how things work, so apologies if that's the case.
I am using the Pubnub's Debug Console as my guide. Here I can set up individual authorisation keys for different channels.
Within the Arduino library code there is
set_auth(const char* auth) { d_auth = auth; }
but this sets up an authorization key/token for a PubNub client.
How can the code/library be changed so that a separate auth key can be used for publish and subscribe.
The text was updated successfully, but these errors were encountered: