mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
* Basic implementation * Syntax fixes * Implemented PRF for passkey administration. Updated docs, renamed confusing endpoints. * Update src/routes/api/auth/passkeys/[passkeyId]/crypto/+server.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Removed unused param * Merge fixes, formatting fixes, database migrations --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 line
56 B
SQL
1 line
56 B
SQL
ALTER TABLE "user_session" ADD COLUMN "passkey_id" text; |