Move to next-auth

This commit is contained in:
Jared Palmer 2023-05-22 10:16:09 -04:00
parent 3b8bb9dea4
commit a46b2ac3c6
10 changed files with 107 additions and 20 deletions

1
middleware.ts Normal file
View file

@ -0,0 +1 @@
export { auth as middleware } from "./auth";