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
I am aware that this feature is experimental, but letting me know every time an auth function is used feels a bit excessive ;)
I already made a feature request for an option to disable the warning: #12584
But since this is making development nearly impossible now (my app uses auth quite heavily, and I need to check my logs frequently) I'm also reporting this as a bug.
If there is documentation available on how to disable the warning, I could not find it.
How to reproduce
Enable Passkey provider.
Set experimental: { enableWebAuthn: true },
Check server logs.
Expected behavior
It's fine if the module warns about experimental features during start-up or during build. But the warning now appears every time the auth function is called. That makes it a bit unworkable.
The text was updated successfully, but these errors were encountered:
wowtah
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Feb 2, 2025
Environment
Environment
This also happens in
next: latest => 15.1.6
and on Linux.Reproduction URL
https://github.com/wowtah/nextauth-warning-issue
Describe the issue
We are testing passkey's in our setup, by enabling the Passkey provider, together with
experimental: { enableWebAuthn: true },
This generates a flood of server messages, apparently every time the auth functions are called:
I am aware that this feature is experimental, but letting me know every time an auth function is used feels a bit excessive ;)
I already made a feature request for an option to disable the warning:
#12584
But since this is making development nearly impossible now (my app uses auth quite heavily, and I need to check my logs frequently) I'm also reporting this as a bug.
Also, when checking https://warnings.authjs.dev#experimental-webauthn, there is nothing to read about this warning.
If there is documentation available on how to disable the warning, I could not find it.
How to reproduce
Enable Passkey provider.
Set
experimental: { enableWebAuthn: true },
Check server logs.
Expected behavior
It's fine if the module warns about experimental features during start-up or during build. But the warning now appears every time the auth function is called. That makes it a bit unworkable.
The text was updated successfully, but these errors were encountered: