felia/packages/auth/index.ts

5 lines
147 B
TypeScript
Raw Normal View History

2022-12-01 08:32:38 +00:00
export { authOptions } from "./src/auth-options";
export { getServerSession } from "./src/get-session";
export type { Session } from "next-auth";