mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
2. OAuth2/SAML2 Redirect Security - Validates Referer against CORS whitelist, prevents JWT leakage 3. JWT in HttpOnly Cookies - Moved JWT from URL fragments to secure HttpOnly cookies 4. Refresh Token Infrastructure - Complete implementation with rotation and revocation 5. V2 Flag Removal - Removed from application.properties, AppConfig, and JwtService