- Removed unnecessary comments and code related to secure cookie management in `auth.ts`, as Auth.js now correctly handles cookies. - Streamlined the authentication route in `route.ts` by directly exporting handlers without additional wrappers.
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
import { handlers } from "@/lib/auth"
|
|
|
|
export const { GET, POST } = handlers
|