Security risks on returning encrypted JSON web token without prior authentication
I am architecting a passwordless REST API where public/private keys are the primary form of authentication. In order to create a new session you must prove that you hold the private key to the public key tied to the user.
As… Continue reading Security risks on returning encrypted JSON web token without prior authentication