debian-pywebpush/pywebpush
Christopher Viel c289cdbfe6 Copy subscription before altering the keys.
Altering subscriptions reference by changing the keys from string to
byte causes hard to debug issues in libraries. For exemple, trying to
call `json.dumps()` after initializing `WebPusher` throws an error
because json cannot handle bytes.
2018-01-03 14:58:23 -05:00
..
tests Copy subscription before altering the keys. 2018-01-03 14:58:23 -05:00
__init__.py Copy subscription before altering the keys. 2018-01-03 14:58:23 -05:00
__main__.py feat: Allow VAPID with [gf]cm 2017-03-21 20:21:11 -07:00