Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 274 Bytes

10538.md

File metadata and controls

9 lines (7 loc) · 274 Bytes
  • fix(serverauth): Export dbAuthMiddleware as default export to match supabase (#10538) by @dac09
//before
import { createDbAuthMiddleware } from '@redwoodjs/auth-dbauth-middleware'

// after
import createDbAuthMiddleware from '@redwoodjs/auth-dbauth-middleware'