Receiz/Login/Developer Surface

Login

Passkey-first identity with Receiz Key support for external apps.

Receiz login is standards-based OIDC with secure hosted auth. External developers can ship a premium login button in one snippet, while keeping deterministic identity mapping, ledger continuity, and portable state rehydrate support.

Developer Benefits
  • Passkey-first sign-in with browser-native WebAuthn UX.
  • Receiz Key login lane support on the Connect auth surface.
  • Magic-link fallback and account auto-provisioning built in.
  • Stable OIDC subject mapping across all login methods.
  • Portable account-state export/import with deterministic ledger replay.
Integration Flow
  1. User clicks your embedded Login with Receiz button.
  2. Widget resolves client/bootstrap config from your Receiz username.
  3. OIDC Authorization Code + PKCE starts on Receiz-hosted secure auth.
  4. After callback, your backend exchanges code and reads userinfo.
  5. Your app upserts users by `sub`, then optionally calls Connect APIs.
HTML Starter
<div class="receiz-login-embed" data-username="your_receiz_username"></div>
<script src="https://receiz.com/receiz-login-embed.js" async></script>
Launch Path

Ship login in minutes.

Start with snippet-only embed, then move to full Connect contracts as you expand delegated record, wallet, payments, calendar, and portable-state workflows.