Session policy
Release Trace protects all app routes and private APIs with Clerk-based authentication plus server-side guards. Session lifetime and inactivity timeout are configured in Clerk Dashboard (not in this repository), so they must be verified before every production release.
- - Verify Clerk production instance is active (live keys only in production).
- - Verify session lifetime policy in Clerk Dashboard Security settings.
- - Verify inactivity timeout policy in Clerk Dashboard Security settings.
- - Verify "revoke all sessions" control is available to the user.