pub fn create_token( perms: Vec<String>, key: &[u8], token_exp: Duration, ) -> Result<String>
Create a new JWT Token