StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool

Home Page:https://thunderdome.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Passkey support for login

StevenWeathers opened this issue · comments

Description

Passkey is a relatively new login flow that uses biometrics to safeguard users access to systems and alleviate risks associated with password strength and maintenance.

Describe the solution you'd like

Follow technical requirements set out by the Passkey standard

Ideally a new user_passkey table or the like is created to store the values away from the users table

Describe alternatives you've considered

We already have user/password/mfa login, oauth is in the works.