Docs
Integrations
Integrations Use these guides when you want to connect an external app to Enfyra. Integration guides focus on framework setup: proxy rules, auth cookies, OAuth redirect flow, refresh behavior, and realtime transport. After the integration is in place, use the examples to build re
Integrations
Use these guides when you want to connect an external app to Enfyra.
Integration guides focus on framework setup: proxy rules, auth cookies, OAuth redirect flow, refresh behavior, and realtime transport. After the integration is in place, use the examples to build real features.
Available Guides
- SSR Frameworks - Connect Nuxt, Next.js, SvelteKit, or Remix to Enfyra with same-origin REST, OAuth cookies, and Socket.IO.
Recommended Reading Order
- Read Architecture Overview to understand the app proxy and server runtime.
- Configure your framework with SSR Frameworks.
- Build a feature with Examples.