- Added cascade revocation for Native‑to‑Web SSO: revoking the original refresh token now automatically revokes all dependent web sessions and their refresh tokens.
- Introduced `enable_cascade_revocation` and `enable_online_refresh_tokens` flags (enabled by default) to tie web refresh tokens to session lifetime.
- Improves security by preventing stale/orphaned sessions and misuse of refresh tokens after logout.