Merge branch 'main' into iain/ratelimiter-should-respect-configuration

This commit is contained in:
Iain Sproat
2025-02-28 09:23:48 +00:00
120 changed files with 430 additions and 183 deletions
@@ -56,7 +56,8 @@ import { RateLimiterMemory } from 'rate-limiter-flexible'
import { TIME } from '@speckle/shared'
import type { Application } from 'express'
import { passportAuthenticationCallbackFactory } from '@/modules/auth/services/passportService'
import { testLogger as logger } from '@/logging/logging'
import { testLogger as logger } from '@/observability/logging'
import { Application } from 'express'
const getServerInfo = getServerInfoFactory({ db })
const getUser = getUserFactory({ db })