14 lines
280 B
JavaScript
14 lines
280 B
JavaScript
// export { default } from "next-auth/middleware";
|
|
|
|
// export const config = {
|
|
// matcher: ["/myportal/", "/myportal/:path*"],
|
|
// };
|
|
|
|
// import { withAuth } from 'next-auth/middleware';
|
|
|
|
// export default withAuth({
|
|
// pages: {
|
|
// signIn: '/login',
|
|
// },
|
|
// });
|