pub fn generate_jwt_hs256(
claims: &JwtClaims,
secret: &str,
) -> Result<SmartString>Expand description
Generate JWT token with HS256 algorithm
pub fn generate_jwt_hs256(
claims: &JwtClaims,
secret: &str,
) -> Result<SmartString>Generate JWT token with HS256 algorithm