pusher / push-notifications-ruby

Pusher Beams Ruby Server SDK
https://www.pusher.com/beams
MIT License
18 stars 9 forks source link

Add support for Authenticated Users #9

Closed lukabratos closed 5 years ago

lukabratos commented 5 years ago

What?

Offer a secure method to directly target a notification to an authenticated user in your application.

Why?

This can be useful if you want to send personalized notifications, for example, if you have an events application, you could send invites targeting specific users knowing that these notifications can’t be accessed by other users.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@33af022). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #9   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      6           
  Lines             ?    262           
  Branches          ?      0           
=======================================
  Hits              ?    262           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
...c/pusher/push_notifications/generate_token_spec.rb 100% <100%> (ø)
spec/pusher/push_notifications/client_spec.rb 100% <100%> (ø)
...pusher/push_notifications/publish_to_users_spec.rb 100% <100%> (ø)
spec/pusher/push_notifications/delete_user_spec.rb 100% <100%> (ø)
...er/push_notifications/publish_to_interests_spec.rb 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33af022...e1e04cb. Read the comment docs.

lukabratos commented 5 years ago

This feature was released in version 1.1.0.