@teamhive/capacitor-single-signon

This plugin is designed to streamline the single signon process between android and ios

Install

npm install @teamhive/capacitor-single-signon
npx cap sync

API

authenticate(...)

authenticate(options: AuthenticateOptions): Promise<AuthenticateResponse>
Interface Type
AuthenticateOptions { url: string; customScheme?: string; prefersEphemeralWebBrowserSession?: boolean }
AuthenticateResponse { url: string; }