Skip to content

Commit 240b8d9

Browse files
authored
Merge pull request #369 from elukewalker/master
Update Migrating_from_v1.adoc
2 parents 362f1b4 + 12424fe commit 240b8d9

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ java-webauthn-server
33
:toc:
44
:toc-placement: macro
55
:toc-title:
6+
:idprefix:
7+
:idseparator: -
68

79
image:https://github.com/Yubico/java-webauthn-server/workflows/build/badge.svg["Build Status", link="https://github.com/Yubico/java-webauthn-server/actions"]
810
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/"]

doc/Migrating_from_v1.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= v1.x to v2.0 migration guide
2+
:idprefix:
3+
:idseparator: -
24

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

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

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

webauthn-server-attestation/README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:toc:
33
:toc-placement: macro
44
:toc-title:
5+
:idprefix:
6+
:idseparator: -
57

68
An optional module which extends link:../[`webauthn-server-core`]
79
with a trust root source for verifying

webauthn-server-attestation/doc/Migrating_from_v1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= v1.x to v2.1 migration guide
2+
:idprefix:
3+
:idseparator: -
24

35
The `2.0` release of the `webauthn-server-attestation` module
46
makes lots of breaking changes compared to the `1.x` versions.

webauthn-server-core/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Web Authentication server library
2+
:idprefix:
3+
:idseparator: -
24

35
Implementation of a Web Authentication Relying Party (RP).
46

webauthn-server-demo/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= webauthn-server-demo
2+
:idprefix:
3+
:idseparator: -
24

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

0 commit comments

Comments
 (0)