Skip to main content

jwt_encode

Function jwt_encode 

Source
pub fn jwt_encode(token_secret: &[u8], claims: &Claims) -> Result<String, Error>