projectinit / skrypt

A social networking application for MAXX Apprentices and Alumni
1 stars 3 forks source link

Switch JWT from secret to RSA #16

Closed afroraydude closed 6 years ago

afroraydude commented 6 years ago

Public/Private key pair is more secure . Proposition: Use the key generation function of either the crypto library or some other key generation library, have it get stored in a file, and have that be the key pair for JWT.