authcompanion2
authcompanion2 copied to clipboard
An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication
Results
2
authcompanion2 issues
Sort by
recently updated
recently updated
newest added
A way for authentication plugins to register themselves and a route for the frontend to query what authentication methods are supported by the server.
Hey, I was trying to read the code (and learn Passkey). I noticed in loginOptionsHandler this code to be there: ``` export const loginOptionsHandler = async function (request, reply) {...