From 26916b04891e164d7b2174efb35e4060eaa3668e Mon Sep 17 00:00:00 2001 From: Ayodeji Akinola Date: Tue, 2 Jul 2024 04:28:40 +0100 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db099e..ac9ea8a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A Rust crate for validating Apple App Attestations and Assertions, ensuring the `appattest-rs` offers a Rust-based solution for integrating Apple's App Attestation mechanism into your server-side applications. This allows you to verify that the app communicating with your server is genuine and has not been modified. This crate is particularly useful for enhancing the security of your iOS applications by utilizing Apple's DeviceCheck capabilities. ```mermaid -flowchart TD +flowchart LR A[Start] --> B[Decode Base64 CBOR Data] B --> C{Is Decoding Successful?} C -->|Yes| D[Create Assertion or Attestation Object]