pubnub / rust

PubNub Rust SDK.
Other
30 stars 8 forks source link

Add signature when secret key is present #97

Closed kleewho closed 1 year ago

kleewho commented 1 year ago

When publishing with POST signature need to be a v1 signature. Every other call should be signed with v2 signature. In case of providing secret key but not providing publish the initialization of client will result in error.