Skip to content

Commit 4a4733d

Browse files
committed
feat(ui): add sign-in flow state machines and adoption guide
Adds signInMachine and firstFactorMachine as concrete examples of the advanced machine patterns: async invocations via fromPromise, delayed transitions via after, and composed machines (signIn drives firstFactor as a child machine). Also lands ADOPTION.md — the migration guide covering the full spectrum from simple open/close flows through to full wizard and async invoke patterns, with before/after comparisons for each.
1 parent 531fbbe commit 4a4733d

7 files changed

Lines changed: 1675 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

0 commit comments

Comments
 (0)