Skip to content

Commit

Permalink
fix: add note about webauthn users resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 10, 2024
1 parent e6b6d27 commit 8ac3c14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/examples/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ export default async function Index() {
</CustomLink>{" "}
examples to see how to secure pages and get session data.
</div>
<div>
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.
</div>
<div className="flex flex-col bg-gray-100 rounded-md">
<div className="p-4 font-bold bg-gray-200 rounded-t-md">
Current Session
Expand Down

0 comments on commit 8ac3c14

Please sign in to comment.