Asymmetric keys with passport jwt. Verify always returns Unauthorized
Working on an app, and I want security from the start, so I’ve created a private/public key pair, and I’m setting up passport-jwt
like this: (key
is the public part of the keypair)