elixir-web-push-encryption icon indicating copy to clipboard operation
elixir-web-push-encryption copied to clipboard

Elixir implementation of Web Push Payload encryption.

Results 8 elixir-web-push-encryption issues
Sort by recently updated
recently updated
newest added

Could you bump the package version on hex to incorporate the commits 01756dad22e081bb275947d353691de6c4ae7522 and 255d3a59ee8a5370af5a304cadcaaba4ea0dbf2a? I need the changes from those commits in my project. Thanks in advance.

[This code][link] asserts that an auth key (GCM sender ID) is required when a push subscription is sent from FCM. However, this is not true because FCM fully implements VAPID,...

I have an external system setup with Web pushes in an Python environment with existing keys and endpoints. Started looking at the possibility to let an external application using existing...

I am getting the following error and not sure what I did wrong, it seems subscription :auth needs to be "AUTH", but that's not 16 bytes? ``` ** (ArgumentError) Subscription's...

Simply a suggestion, Tesla allows adding middlewares that could be useful, for instance: - logger, to see outgoing requests in dev env - telemetry - retry, in case we reach...

Hi there I'm kinda new to the topic, but the way I see it, this library should appear under [https://github.com/web-push-libs/](https://github.com/web-push-libs/). That list is linked from every tutorial.0 I had some...

Problem as described in title. Running with the following; Erlang/OTP 26 [erts-14.2.1] Elixir (1.16.0) Problem fixed in PR #33

In the readme.md in step 2 under the installation instruction. It mentions the following ```bash $ mix web_push.gen.keypair ``` the `web_push.gen.keypair` option isnt available when running mix. Consulting the mix...