-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
Would be possible in future versions to allow the private key (key
argument to APNs) to be a string instead of a file path, or to have a separate argument (e.g. key_string
) for this purpose?
The use case for this is an application that keeps all of its private keys in an encrypted file in an external package. We don't want to keep a file containing the private key in the code base, or write temp files.
rnevius and sebastianbrunnert