web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
303 stars 52 forks source link

fix accepting all Vapid key instances (#137) #139

Closed mthu closed 2 years ago

mthu commented 2 years ago

Vapid01 is not a subclass of Vapid (Vapid02). This change allows passing of an initialized Vapid01 key object. Refs issue #137.

jrconlin commented 2 years ago

pushed 1.14.0