Javascript – What is the maximum length of a token generated by jsonwebtoken npm package?
I'm using the jwt.sign() method with an object ({username: String}) as the payload to create a refresh token. I want to then store the refresh token (in hex form) in a MySQL database and therefore want to know the maximum…