UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

15 lines (14 loc) 314 B
//#region src/plugins/username/client.ts const usernameClient = () => { return { id: "username", $InferServerPlugin: {}, atomListeners: [{ matcher: (path) => path === "/sign-in/username", signal: "$sessionSignal" }] }; }; //#endregion export { usernameClient }; //# sourceMappingURL=client.mjs.map