refactor: remove the deprecated auth options

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 01:38:08 +05:30
co-authored by Claude Opus 5
parent 97d60d0ba8
commit 7f5e1bc3cf
8 changed files with 5 additions and 73 deletions
-4
View File
@@ -579,8 +579,6 @@ describe("authentication engine", () => {
await engine.finishPasskeyRegistration(registered.user!.id, {
key: start.key,
response: {},
rpId: "example.test",
origin: "https://example.test",
}),
).toBe(true);
const auth = await engine.beginPasskeyAuthentication({
@@ -595,8 +593,6 @@ describe("authentication engine", () => {
await engine.finishPasskeyAuthentication({
key: auth.key,
response: { id: "cred-1" },
rpId: "example.test",
origin: "https://example.test",
})
).ok,
).toBe(true);