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

force poison v3 for test/dev only #18

Closed m11m closed 4 years ago

m11m commented 4 years ago

I think this is better, this should allow consumers of the library to choose the json library for jose that they want, right?

m11m commented 4 years ago

I did some sanity testing, adding web_push_encryption as a dependency to a few different projects with different configurations and seems to work as I expected.

That is now you can use this AND a different json codec lib other than poison v3 and not need poison v3 at all.

danhper commented 4 years ago

Looks good, thanks a lot!