common::auth

Function decode_token

pub fn decode_token(
    token: &str,
    public_bytes: &Vec<u8>,
) -> Result<JwtToken, Error>