ofsync-bridge-ofauth
v0.1.0-alpha.1
Published
Sync bridge adapter for wiring ofauth domain changes into ofsync-shared-core runtime.
Readme
ofsync-bridge-ofauth
Bridge sinkronisasi domain ofauth untuk runtime ofsync-shared-core.
Package ini menyediakan registrar bridge domain agar host app dapat menghubungkan perubahan lokal/remote domain ofauth ke pipeline sinkronisasi host-side secara konsisten.
Install
npm install ofsync-bridge-ofauthQuick Usage
import { registerSyncBridge } from 'ofsync-bridge-ofauth';
registerSyncBridge(runtime, {
async collectSyncChanges(scope) {
return [];
},
async applySyncChanges(changes, scope) {
// map ke use-case domain ofauth
},
});Development
npm install --no-audit --no-fund
npm run ci:checkDocumentation
- Internal docs hub:
docs/00-DOCUMENTATION-HUB.md
