pusher / pusher-http-ruby

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

use strict base64 variants #164

Closed callum-oakley closed 4 years ago

callum-oakley commented 4 years ago

The JS SDK chokes on base64 which ends in a newline, using the strict variants fixes this (and seems to be a good idea in general anyway).