-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for passkeys? #8
Comments
It's looking like passkeys might work:
Things I still need to verify:
|
⚠ Also, there's a big problem if passkeys can sign arbitrary payloads. You could go to a web site, and use its "log in" workflow. The payload it sends you to sign could be an This probably isn't a use case the web pkey APIs are designed to protect against. You're only meant to sign things for a single "relying party" (rp) to authenticate with them. It's likely not expected that your signature will be used to continue to authenticate a piece of content indefinitely. |
Closing this as "won't do". ("Can't do"? 😆) Blockers:
|
Password managers have been implementing a new "security keys" feature.
Can that be used to sign Items in Diskuto?
The text was updated successfully, but these errors were encountered: