subhendukundu / worker-auth-providers

worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
https://authc1.com
293 stars 31 forks source link

URGENT You definitely shouldn't be logging the private apple key #39

Open OultimoCoder opened 10 months ago

OultimoCoder commented 10 months ago

It is being logged in:

convertPrivateKeyToClientSecret

It doesn't actually show they key contents just the js object representation but it shouldn't be logged anyway