feat: demo

This commit is contained in:
Bereket Engida
2024-09-16 13:53:41 +03:00
parent 1452de923f
commit c945d1ba95
104 changed files with 20586 additions and 227 deletions

View File

@@ -0,0 +1,9 @@
import { authMiddleware } from "better-auth/next-js";
export default authMiddleware({
redirectTo: "/sign-in",
});
export const config = {
matcher: "/dashboard",
};