An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(identity-wallet): register claim commands in Tauri handler

Adds all five claim commands to generate_handler macro:
- resolve_identity
- start_pds_auth
- request_claim_verification
- sign_and_verify_claim
- submit_claim

authored by

Malpercio and committed by
Tangled
95033fe5 196bd290

+5
+5
apps/identity-wallet/src-tauri/src/lib.rs
··· 754 754 home::load_home_data, 755 755 home::log_out, 756 756 oauth::start_oauth_flow, 757 + claim::resolve_identity, 758 + claim::start_pds_auth, 759 + claim::request_claim_verification, 760 + claim::sign_and_verify_claim, 761 + claim::submit_claim, 757 762 ]) 758 763 .run(tauri::generate_context!()) 759 764 .expect("error while running tauri application");