pub fn dangerous_unsafe_decode<T: DeserializeOwned>(
    token: &str,
) -> Result<TokenData<T>>👎Deprecated: This function has been renamed to 
dangerous_insecure_decode and will be removed in a later version.Expand description
Decode a JWT without any signature verification/validations. DEPRECATED.