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
WebAuthn MariaDB compatibility: Use Length.LONG32 for byte[] columns (attestationObject, attestationClientDataJson, publicKey) to fix MariaDB row size limit errors when using inline VARBINARY (#286, #287)
OAuth2 DSUserDetails attributes: Populate DSUserDetails.getAttributes() from the OAuth2 provider response, fixing cases where attributes were empty after login (#285)
Dependencies: Remove redundant webauthn4j-core direct dependency that was already transitively included
Maintenance
Lombok: Bump from 1.18.42 to 1.18.44
Tests: Add Testcontainers schema validation tests for MariaDB and PostgreSQL to verify column type mappings