Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dasanra opened this issue Apr 29, 2024 · 0 comments · May be fixed by #808
Open

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

dasanra opened this issue Apr 29, 2024 · 0 comments · May be fixed by #808
Assignees

Comments

@dasanra
Copy link
Collaborator

dasanra commented Apr 29, 2024

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

  • Make the protocol-kit to receive a passkey generated signer.
  • Add the passkey signer contracts to the protocol-kit.
  • Use the passkey signer to sign Safe transactions.
  • Add a passkey signer to a Safe.

Additional context

@DaniSomoza DaniSomoza linked a pull request May 9, 2024 that will close this issue
@dasanra dasanra linked a pull request May 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants