@clerk/clerk-js@6.24.0
📦 clerkView on GitHub →
✨ 1 features🐛 1 fixes
Summary
This release introduces new fields for SAML enterprise connections regarding IdP certificate validity and fixes a bug related to session token freshness comparison.
✨ New Features
- Exposed IdP certificate validity window (`idpCertificateIssuedAt` and `idpCertificateExpiresAt`) for SAML enterprise connections.
🐛 Bug Fixes
- Prevented staler session tokens from overwriting fresher ones on the same tab, prioritizing tokens based on JWT `oiat` header, then `iat`.