SelfhostedPro
SelfhostedPro
@Rados51 is there a way to use that context globally for multi file apis? (ie. have this in `index.ts` and want to use some properties in `utils/auth.ts`)
I would like to second this! There is an existing repo for this but it no longer works and I haven't been able to figure out what changes need to...
It would also greatly expand the current ecosystem since you could then utilize most express middleware.
I mean, if you're going through the effort of building it, I wouldn't intentionally make it hard to use. Just state that there's minimal/no support if avoiding support getting overloaded...
I'm also having trouble here. Tried overriding the size limits in the css with !important and tried adding custom classes but still was unable to. Component: https://github.com/SelfhostedPro/yacht-nuxt/blob/d259cf7cefa41ca9a8c7f723b5b77259263d9392/components/notifications.vue Composable (where `toast()`...
Ah, I thought I also ran into this on nightly. Is there a way to manually specify the OpenAPI version in the nuxt config?
Have an example of SSE working here in a real world app if that's beneficial at all: https://github.com/SelfhostedPro/yacht-nuxt/blob/main/modules/notifications/runtime/server/composables/sse.ts Has some stuff around Auth too and creating unique sessions for if...