http4s-jwt-auth
http4s-jwt-auth copied to clipboard
Starting removal of use of Strings for private keys
Changing the JwtSecretKey class to use an Array of Characters, byte array or PrivateKey.