passlock-dev / passkeys

Passkey library that works with React/Next.js, Vue, SvelteKit, Django and many other frameworks.

Home Page:https://github.com/passlock-dev/ts-clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make names optional

thobson opened this issue · comments

The only reason for recording first and last name is:

  1. To personalise emails
  2. For the console UX

We should make names optional. We'll need to perform quite a few null checks across the codebase. Also need to treat non TS code with care, especially the email and console templates.