• Joined on 2023-11-19
tylerg pushed to feat/event-passes-and-magic-links at tylerg/auth-yes 2026-08-25 15:01:50 +00:00
0f4b72e813 feat(passes): implement ephemeral 1-click magic links, event passes, PIN join portal, and CLI 1-liner
tylerg pushed to main at tylerg/auth-yes 2026-08-25 07:40:37 +00:00
7033c532b2 docs(plan): add plan and tasks for ephemeral magic links and multi-claim event passes
tylerg pushed to main at tylerg/auth-yes 2026-08-25 07:12:01 +00:00
2af9ef1f40 docs: add Dual-Audience Development Guide for Agent-First APIs and Mobile-First UI
tylerg pushed to main at tylerg/auth-yes 2026-08-25 06:46:47 +00:00
5f88733fc6 feat(sessions): implement agent session delegation with scoped permissions and instant handoff
tylerg pushed to main at tylerg/auth-yes 2026-08-25 06:29:42 +00:00
80cab8454e feat(api): support Authorization: Bearer <session_id> in addition to Cookie headers for agent queries
tylerg pushed to main at tylerg/auth-yes 2026-08-25 06:21:39 +00:00
85772659b7 feat(ui,api): polish a11y, mobile decks, app/role edit drawers, display name management, and instant search
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:20:50 +00:00
509e6019b0 feat(ui): adapt admin management screens into responsive mobile cards and timeline feed
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:20:13 +00:00
7ab1405459 feat(ui): implement adaptive card decks for launchpad, sessions, and passkeys with emergency recovery backup
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:19:24 +00:00
a3f5c5c286 feat(ui): implement hero passkey authentication, conditional UI autofill, and 12-word recovery setup
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:18:39 +00:00
029c32e022 feat(ui): implement design tokens and mobile-first adaptive navigation shell
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:16:32 +00:00
8e7efcc1d1 docs(tasks): include Recovery PIN setup and 12-word voucher generation in task specs
tylerg pushed to main at tylerg/auth-yes 2026-08-25 05:11:36 +00:00
449b428cea docs(tasks): add 4 phased task specifications for mobile-first UI revamp
c5f8f6fcbc docs: add technical design spec for mobile-first UI revamp
Compare 2 commits »
tylerg pushed to main at tylerg/auth-yes 2026-08-25 04:48:41 +00:00
b9f4ccd71d feat(auth): resolve mobile cookie shadowing and synchronize tasks/path.md
b66cc8209c Merge pull request #24 from mrteye/jules/investigate-mobile-login-cookie-bug-12452066356128611281
947b38d81a Investigate mobile login cookie persistence bug
Compare 3 commits »
tylerg pushed to main at tylerg/auth-yes 2026-08-25 00:14:10 +00:00
4b78f70efd fix(auth): eliminate conflicting deleteCookie and add created_at to users table
tylerg pushed to main at tylerg/auth-yes 2026-08-24 23:23:16 +00:00
250e9c625b test: update logout redirect assertion
tylerg pushed to main at tylerg/auth-yes 2026-08-24 23:22:19 +00:00
561588624a feat(ui): allow direct logout redirects to safe return urls instead of forcing login page
tylerg pushed to main at tylerg/auth-yes 2026-08-24 22:57:05 +00:00
8babb8a46e fix(session): clear invalid cookies on redirect and add cache-control headers to prevent 302 caching loops
tylerg pushed to main at tylerg/auth-yes 2026-08-24 22:46:30 +00:00
0a46e2bdfc fix(ui): use instant window.location.replace and hold loading state during auth redirect
tylerg pushed to main at tylerg/auth-yes 2026-08-24 22:41:53 +00:00
54cdf0c442 fix(auth): remove invalid transports column reference in passkeys query
tylerg pushed to main at tylerg/auth-yes 2026-08-24 22:36:57 +00:00
324ad24d05 fix(auth): add allowCredentials to login challenge options when username provided