Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Migrating_from_v1.adoc #369

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading