You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: implement passkey and TOTP services with repositories for user and passkey management (ce5cced)
Bug Fixes
correct typo in error message for passkey retrieval (1737321)
BREAKING CHANGES
Passkey credential metadata is now stored and read as a JSON object instead of a JSON-stringified value. Existing passkey records created by previous versions may not validate correctly until their metadata is migrated to the new JSON format.