Documentation Overview

Copy Markdown View Source

Use this page to navigate Relyra docs by job instead of chasing footers.

Day-1 — Install and prove

Proof journey (in order):

  1. Run mix relyra.install --module MyApp --repo MyApp.Repo and confirm scaffold files land in the host app.
  2. Prove local sign-in with Relyra.Testing data-first helpers and stub ACS router — see Getting Started §3.
  3. Pick exactly one first-class provider runbook and finish it end-to-end:

Receipt: host-side test passes with standard Phoenix conn assertions, then one hosted IdP login works with a concrete operator receipt.

Day-2 — Operate in production

Reference