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

Vapid authentication #6

Closed arjan closed 6 years ago

arjan commented 6 years ago

Based on the web-push javascript vapid implementation, I added VAPID authentication, which works on modern Chrome and Firefox browsers.

This fixes #1.

arjan commented 6 years ago

I see that this PR is not in good shape, I'll update the PR soon

arjan commented 6 years ago

You're right, that was a leftover. Fixed it!

danhper commented 6 years ago

Thank you very much!

arjan commented 6 years ago

Awesome, would you mind releasing a new version to hex.pm?

danhper commented 6 years ago

Just released as 0.2.0, thanks again for the PR!