DimitarY
DimitarY
BABetter Auth
Created by DimitarY on 4/8/2025 in #help
Passkey Failed to verify authentication
Hi, I am facing an issue where my password manager prompts me to use passkey when page use Conditional UI. Error: Unexpected authentication response challenge "AB", expected "AA" This is my auth config
passkey({
rpID: new URL(env.NEXT_PUBLIC_BASE_URL).hostname,
rpName: siteConfig.name,
origin: env.NEXT_PUBLIC_BASE_URL,
})
passkey({
rpID: new URL(env.NEXT_PUBLIC_BASE_URL).hostname,
rpName: siteConfig.name,
origin: env.NEXT_PUBLIC_BASE_URL,
})
2 replies
BABetter Auth
Created by DimitarY on 3/26/2025 in #help
manual session refresh
Is there a way to refresh the existing session when we will the session freshAge?
4 replies