safe-global / safe-core-sdk

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.
https://docs.safe.global/sdk/overview
MIT License
243 stars 178 forks source link

[Passkeys] Add compatibility to the protocol-kit #789

Closed dasanra closed 3 weeks ago

dasanra commented 2 months ago

Context / issue

Passkey implementation is ready on protocol level. We need to add compatibility in the protocol-kit. It should be possible to add an owner that is managed by a passkey. This owner will be able to sign using EIP-1271. The protocol-kit should be able to manage this signers

Proposed solution

Additional context