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.

fix(identity-wallet): remove unused ToEncodedPoint import from oauth.rs — trait is in scope via p256 re-exports

authored by

Malpercio and committed by
Tangled
8782f18b 406b5f76

-2
-2
apps/identity-wallet/src-tauri/src/oauth.rs
··· 5 5 6 6 use base64::{engine::general_purpose::URL_SAFE_NO_PAD, Engine}; 7 7 use p256::ecdsa::{signature::Signer, Signature, SigningKey}; 8 - #[allow(unused_imports)] 9 - use p256::elliptic_curve::sec1::ToEncodedPoint; 10 8 use rand_core::{OsRng, RngCore}; 11 9 use sha2::{Digest, Sha256}; 12 10 use std::sync::Mutex;