chahinebrini
941dd60f36
feat(magic): pairing-code login flow
Backend:
- MagicPairingCode + MagicSession Prisma models
- /api/magic/pair/create (6-digit code, 10min TTL, single-use)
- /api/magic/pair/redeem (no auth, returns mgc_* token)
- /api/magic/info (public DMG metadata)
- requireUser() accepts mgc_* tokens
Mac-App (RebreakMagic):
- LoginView: 6-digit code input (OTP-style), real AppIcon, no signup
- AuthService: signInWithPairingCode() replaces email/pw flow
Native-App:
- MagicSheet (TrueSheet) in Settings: download + code generator + linked Macs
- AddMacSheet: subtle banner pointing to /settings
- de/en locales
2026-06-03 00:18:24 +02:00
..
2026-05-13 22:21:31 +02:00
2026-05-28 16:07:05 +02:00
2026-06-03 00:18:24 +02:00
2026-05-19 13:34:25 +02:00
2026-05-25 07:11:47 +02:00
2026-06-03 00:18:24 +02:00
2026-05-30 01:06:06 +02:00
2026-06-02 09:15:19 +02:00
2026-06-02 09:15:19 +02:00
2026-06-02 09:15:19 +02:00
2026-05-30 08:16:45 +02:00
2026-05-06 07:13:43 +02:00
2026-06-02 10:31:03 +02:00
2026-05-06 07:13:43 +02:00
2026-05-07 21:14:06 +02:00