Eclipse Vert.x Webauthn 4.2.2.1 and 4.1.7.1 released!
Users of the module vertx-auth-webauthn
should have noticed that since Dec 15, 2021 09:00 UTC
, you cannot start any
webauthn application. The reason is that the root certificate for Android safety net attestation has expired.
The root certificate has been replaced with:
Users should only update this dependency until an upgrade to a regular next full stack release, for example, if you’re using maven as your build tool and on Vert.x 4.2.2, then:
The same applies for the previously maintained release 4.1.7:
No release was made for the 3.9 series because the webauthn
module was just introduced with 4.x. Extra measures have
been taken to ensure that expired certificates will not block the start of applications in the future.
Happy coding and see you soon on our user or dev channels.