pusher / pusher-http-ruby

Ruby library for Pusher Channels HTTP API
https://pusher.com/channels
MIT License
664 stars 124 forks source link

Missing method to implement user authentication flow #190

Open ghost opened 1 year ago

ghost commented 1 year ago

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.

ghost commented 1 year ago

I'm working on a pull request to implement it.

stale[bot] commented 11 months ago

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.