pusher / pusher-http-ruby

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

feat: Add authenticate_user method #191

Open ghost opened 1 year ago

ghost commented 1 year ago

Description

Issue: https://github.com/pusher/pusher-http-ruby/issues/190

Note to reviewers

Reviewing commit by commit might provide a clearer vision than reviewing the end result.

CHANGELOG

benjamin-tang-pusher commented 1 year ago

Thanks for the PR, I will review it.

benjamin-tang-pusher commented 1 year ago

Does a def_delegators :authenticate_user also need to be added?

https://github.com/Inthememory/pusher-http-ruby/blob/65543ee01e10d114e121b295c467baf444be562d/lib/pusher.rb#L43C6-L43C6

benjamin-tang-pusher commented 1 year ago

Added a couple more things: https://github.com/Inthememory/pusher-http-ruby/pull/1