next-fortress icon indicating copy to clipboard operation
next-fortress copied to clipboard

This is a Next.js plugin that redirects or rewrite for accesses that are not authenticated.

Results 7 next-fortress issues
Sort by recently updated
recently updated
newest added

I will divide and reduce with respect to future development of this library. In order to reduce maintenance costs, I discontinue features that are not widely used, can be substituted...

My middleware: ```ts import { region, userPoolId, userPoolWebClientId, Group } from "@frontend/config/next" import { makeCognitoInspector } from "next-fortress" import { NextMiddleware, NextResponse } from "next/server" const redirecter: NextMiddleware = (req)...

Return status code and alternative HTML to the client directly from middleware.