danhper / elixir-web-push-encryption

Elixir implementation of Web Push Payload encryption.
https://hex.pm/packages/web_push_encryption
MIT License
59 stars 42 forks source link

Handle fcm endpoints #13

Closed splagemann closed 5 years ago

splagemann commented 5 years ago

As gcm is being deprecated, Chrome 74+ is now using fcm endpoints when subscribing to notifications. fcm endpoints need the Authorization header as well, but do not need to change the url.

danhper commented 5 years ago

Great, thanks a lot!

danhper commented 5 years ago

I just pushed the new version to hex. Thanks again.

splagemann commented 5 years ago

Thanks!