@replit/connect
v1.6.0
Published
Frontend SDK for embedding OpenInt's connection flow in host apps via popup, iframe (inline or dialog), or direct rendering — usable from Vanilla JS and React. Not the server-side connector framework or the consumer-side identity/proxy SDK; see `kits/cdk`
Maintainers
Keywords
Readme
OpenInt Connect (@openint/connect, published as @replit/connect)
Frontend SDK for embedding OpenInt's connection flow in host apps via popup, iframe (inline or dialog), or direct rendering — usable from Vanilla JS and React. Not the server-side connector framework or the consumer-side identity/proxy SDK; see kits/cdk (authoring connectors) and kits/connectors-sdk (calling OpenInt from Repls).
Methods of integration
- Remote rendering (More versatile, more secure)
- popup window
- iframe
- Inline
- As dialog
- Direct rendering (Faster, more integrated)
In addition, should be usable from
- Vanilla JS
- React
Release Process
Ensure to increment the version in package.json and run the following commands:
pnpm clean && pnpm build && pnpm pub