web-push-libs / pywebpush

Python Webpush Data encryption library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag to force legacy GCM endpoint

jrconlin opened this issue · comments

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.