You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ear = Ear::from_jwt(// Ear comes from rust-ear&attestation_result,
jwt::Algorithm::ES256,// jwt comes from jsonwebtoken&jwt::DecodingKey::from_ec_pem(
verification_api
.ear_verification_key_as_pem().unwrap().as_bytes()).unwrap());let ear = match ear {Err(e) => {println!("Unable to process attestation result ({})", e);return -1},Ok(r) => r,};
Running:
Using:
Returns:
Reported by @gbryant-arm
The text was updated successfully, but these errors were encountered: