-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for Passkeys #1089
Comments
Should this be linked in Actual as a feature so it can be voted on before we work on it? |
✨ Thanks for sharing your idea! ✨ This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
closing in favor of #2042 |
We can use SimpleWebAuthn to set this up, but it is not particularly simple to set up. This would be an optional replacement for passwords, so the database schema would need to be updated to support switching between the two credentials. (Maybe we should switch the accounts DB to JSON to make it easier to handle? See also #1091 which would be a reason to stick with SQL.)
The text was updated successfully, but these errors were encountered: