From 8ac3c14d827a8595010ed30730fde4b91aca178d Mon Sep 17 00:00:00 2001 From: ndom91 Date: Fri, 10 May 2024 20:39:54 +0200 Subject: [PATCH] fix: add note about webauthn users resetting --- apps/examples/nextjs/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/examples/nextjs/app/page.tsx b/apps/examples/nextjs/app/page.tsx index 007d13a084..906919c777 100644 --- a/apps/examples/nextjs/app/page.tsx +++ b/apps/examples/nextjs/app/page.tsx @@ -20,6 +20,11 @@ export default async function Index() { {" "} examples to see how to secure pages and get session data. +
+ WebAuthn users are reset on every deploy, don't expect your test user(s) + to still be available after a few days. It is designed to only + demonstrate registration, login, and logout briefly. +
Current Session