WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
136 stars 47 forks source link

feat: add Client::certificate_parts() method #72

Closed jrconlin closed 1 year ago

jrconlin commented 1 year ago

Description

This was a method that was missed during the initial PR merge. It allows the Client to be built using an imported set of PEM components.

How Has This Been Tested?

A unit test has been added with test cert / key values

Due Dilligence

jrconlin commented 1 year ago

No worries, and no rush!

Thank you, again, for taking on this library. Hopefully, that should be the last of the post merge updates.

HarryET commented 1 year ago

v0.7.1 has just been published with these changes