Skip to content

Commit

Permalink
Merge pull request #369 from elukewalker/master
Browse files Browse the repository at this point in the history
Update Migrating_from_v1.adoc
  • Loading branch information
emlun authored Jul 22, 2024
2 parents 362f1b4 + 12424fe commit 240b8d9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ java-webauthn-server
:toc:
:toc-placement: macro
:toc-title:
:idprefix:
:idseparator: -

image:https://github.com/Yubico/java-webauthn-server/workflows/build/badge.svg["Build Status", link="https://github.com/Yubico/java-webauthn-server/actions"]
image:https://img.shields.io/endpoint?url=https%3A%2F%2FYubico.github.io%2Fjava-webauthn-server%2Fcoverage-badge.json["Mutation test coverage", link="https://Yubico.github.io/java-webauthn-server/"]
Expand Down
4 changes: 3 additions & 1 deletion doc/Migrating_from_v1.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= v1.x to v2.0 migration guide
:idprefix:
:idseparator: -

The `2.0` release of the `webauthn-server-core` module
removes some deprecated features
Expand All @@ -11,7 +13,7 @@ link:https://github.com/Yubico/java-webauthn-server/issues/new[let us know!]

This is the migration guide for the core library.
The `webauthn-server-attestation` module has
link:../webauthn-server-attestation/doc/Migrating_from_v1.adoc[its own migration guide].
link:https://developers.yubico.com/java-webauthn-server/webauthn-server-attestation/doc/Migrating_from_v1.html[its own migration guide].

Here is a high-level outline of what needs to be updated:

Expand Down
2 changes: 2 additions & 0 deletions webauthn-server-attestation/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:toc:
:toc-placement: macro
:toc-title:
:idprefix:
:idseparator: -

An optional module which extends link:../[`webauthn-server-core`]
with a trust root source for verifying
Expand Down
2 changes: 2 additions & 0 deletions webauthn-server-attestation/doc/Migrating_from_v1.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= v1.x to v2.1 migration guide
:idprefix:
:idseparator: -

The `2.0` release of the `webauthn-server-attestation` module
makes lots of breaking changes compared to the `1.x` versions.
Expand Down
2 changes: 2 additions & 0 deletions webauthn-server-core/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= Web Authentication server library
:idprefix:
:idseparator: -

Implementation of a Web Authentication Relying Party (RP).

Expand Down
2 changes: 2 additions & 0 deletions webauthn-server-demo/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= webauthn-server-demo
:idprefix:
:idseparator: -

A simple self-contained demo server supporting multiple authenticators per user.
It illustrates how to use the required integration points, the most important of
Expand Down

1 comment on commit 240b8d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1378 🔻 / 1681 🔹 82 % 1381 / 1681
com.yubico.fido.metadata 68 % 🔻 222 🔻 / 323 🔹 69 % 224 / 323
com.yubico.internal.util 46 % 🔹 57 🔹 / 123 🔹 46 % 57 / 123
com.yubico.webauthn 88 % 🔹 656 🔹 / 742 🔹 88 % 656 / 742
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 405 🔻 / 432 🔹 93 % 406 / 432
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 362f1b4 - Diff

Detailed reports: workflow run #276

Please sign in to comment.