Ollie Monk

Results 38 comments of Ollie Monk

@HiDeoo - I am currently exploring a similar set up to brunoalano, prerender set to false so I can use middleware for authentication. Have you had any more thoughts on...

In the route.astro you then just query the collection for the matching operationId or overview and render on the fly https://github.com/HiDeoo/starlight-openapi/blob/main/packages/starlight-openapi/components/Route.astro#L23

@HiDeoo I was having a go at this over the weekend. This is rough but I was just seeing if I could put together the flow I had in my...

FYI @micheleriva the docs still need to be updated

@cendyne im doing it like this now ```typescript const openapi = fromHono(new Hono()); openapi.use(accountMiddleware); openapi.use(adminMiddleware); openapi.route("/group", groupRoutes); export default openapi; ```

@G4brym - is there any update here? Just encountered this myself

regarding the docs here - https://chanfana.pages.dev/advanced-topics-patterns#nested-routers-organizing-complex-apis If you copy and paste this code into a wrangler handler you get the following ``` ⎔ Starting local server... Error: ✘ [ERROR] service...

@G4brym you hero, thanks for that, working as expected now

@chris-olszewski feels like this would be good to get into vercel. Do you know what steps need to be taken to get it merged?

@chrisdenton-ct - I emailed vercel security directly about this a few months ago. Essentially they said they're always keeping track of potential security threats and they're aware of these reports...