Techofficer / node-apple-signin

Node.JS wrapper around Sign In with Apple REST API
MIT License
53 stars 40 forks source link

Add support for privateKey as a string #5

Open guisehn opened 4 years ago

guisehn commented 4 years ago

Adds support for passing the private key as a string instead of a file path. Solves issue https://github.com/Techofficer/node-apple-signin/issues/4

Vednus commented 4 years ago

using this fork for now, but it would be good to get this merged in

websoftwares commented 4 years ago

Yes this would be nice to have merged in, people using some form of distributed configuration like zookeeper, AWS Parameter Store, etc could benefit from this.

twixr commented 3 years ago

Thank you for this, too bad it's not merged yet.