videosphere
    Preparing search index...
    • POST(
          req: NextRequest,
      ): Promise<NextResponse<{ error: string }> | NextResponse<{ ok: boolean }>>

      Handles POST requests to reset a password using a single-use token.

      Parameters

      • req: NextRequest

        The incoming request object.

      Returns Promise<NextResponse<{ error: string }> | NextResponse<{ ok: boolean }>>

      A response describing the request result.