Hi,
I'm exploring this lib to subscribe platform events and process them using nodejs. I'm able to authenticate to SF using jsforce with JWT using my private key which does not have the RSA in the header, it's just -----BEGIN PRIVATE KEY-----. I don't know why does this library has to check about which type of key is used for authentication. Could you please help me understand this?
Thank you.