You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add keyless service with file storage adapter
- Middleware resolves keyless URLs per-request (runtime, not compile-time)
- Store keyless data in context.locals
- Inject keyless URLs via __CLERK_ASTRO_SAFE_VARS__ script tag
- Client reads from params (server-injected) instead of import.meta.env
- Add feature flag for keyless mode
- Add integration test using shared keyless helpers
- Add @clerk/shared as dependency for shared keyless utilities
Follows runtime pattern from React Router and TanStack Start:
- No browser cache issues
- Instant updates when switching modes
- Clean separation: Integration for build, Middleware for runtime
0 commit comments