this post was submitted on 12 Mar 2024
685 points (98.7% liked)
Technology
59132 readers
4380 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have to use chrome to set up passkeys. What am I doing wrong
My bad, I wasn't being clear. Firefox now supports passkeys, but afaik doesn't have a service for it. So you can use e.g. Bitwarden in Firefox, with Bitwarden storing the passkey, and Firefox just "handing it over".
I've had however a couple of sites that refused to create passkeys in Firefox for my Bitwarden, but that seems to be site specific.
It's an Issue known on Github.
TLDR: The Website is supposed to give you a Value as a Integer. However, some Auth-Backends used by some Websites give the Value as a String instead. Bitwarden doesn't parse the String for security Reasons and so the signup fails. We can't really do anything except wait for websites to fix the Bug.
https://github.com/bitwarden/clients/issues/6804