web-push-libs / pywebpush

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

Add flag to force legacy GCM endpoint #111

Open jrconlin opened 5 years ago

jrconlin commented 5 years ago

With the sunset of GCM, pywebpush will switch to using the FCM endpoint per migration instructions. Users are STRONGLY encouraged to switch their projects to using FCM.

In the mean time add a flag to force legacy GCM endpoint for folks requiring it for testing or legacy reasons.