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'm looking to use this library in my NextJS app router project. Is there any way to make and use this library to be server-side environment compatible?
This library is client-side per the description: @github/webauthn-json is a client-side Javascript library, however, the application logic for WebAuthN authentication is server-side, so the usage is currently not usable.
The text was updated successfully, but these errors were encountered:
I'm looking to use this library in my NextJS app router project. Is there any way to make and use this library to be server-side environment compatible?
Do you have a specific goal for this?
This library is designed specifically for client WebAuthn authentication, without any server-specific functionality. I don't know of a use case for a server to act like a WebAuthn client.
If you want to perform server-side WebAuthn logic in JavaScript, you may want to look at another library like: https://simplewebauthn.dev/
Hello,
I'm looking to use this library in my NextJS app router project. Is there any way to make and use this library to be server-side environment compatible?
This library is client-side per the description:
@github/webauthn-json is a client-side Javascript library
, however, the application logic for WebAuthN authentication is server-side, so the usage is currently not usable.The text was updated successfully, but these errors were encountered: