Update to latest + refactoring.

This commit is contained in:
Lee Robinson
2023-10-06 22:13:22 -05:00
parent 4be9de1269
commit 197ffcd6b9
16 changed files with 368 additions and 2491 deletions

View File

@@ -1,4 +1,6 @@
export { default } from 'next-auth/middleware';
import { auth } from './auth';
export const middleware = auth;
export const config = {
matcher: ['/dashboard/:path*'],