Skip to content

Commit a187da8

Browse files
authored
Merge pull request #1580 from webauthn4j/update-documents-regarding-sample-apps
Update documents regarding sample applications
2 parents 3db2d05 + 08ed5bf commit a187da8

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ git clone https://github.com/webauthn4j/webauthn4j-spring-security
5858
./gradlew build
5959
```
6060

61-
### Execute sample application
61+
## sample applications
62+
63+
Sample applications are available in [webauthn4j-spring-security-samples](https://github.com/webauthn4j/webauthn4j-spring-security-samples)
6264

6365
```bash
6466
./gradlew samples:spa:bootRun

docs/src/reference/asciidoc/en/quick-start.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
== Quick start
33

4-
WebAuthn4J Spring Security contains a sample application which demonstrates its major functionality.
5-
4+
Sample applications demonstrating WebAuthn4J Spring Security major functionalities are available in https://github.com/webauthn4j/webauthn4j-spring-security-samples[webauthn4j-spring-security-samples].
65
It can be launched with the following command.
76

87
[source,bash]
98
----
10-
./gradlew samples:spa:bootRun
9+
./gradlew spa:bootRun
1110
----
1211

1312
image::images/login.png[login view]

docs/src/reference/asciidoc/en/sample-app.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
== Sample application
33

4-
WebAuthn4J Spring Security contains a sample application demonstrating its major functionalities.
4+
Sample applications demonstrating WebAuthn4J Spring Security major functionalities are available in https://github.com/webauthn4j/webauthn4j-spring-security-samples[webauthn4j-spring-security-samples].
55
Sample SPA is a demo of Single Page Application. Sample MPA is a demo of traditional Multi Page Application.
66
Sample SPA is explained below.
77

@@ -11,7 +11,7 @@ Sample application can be executed by following command.
1111

1212
[source,bash]
1313
----
14-
./gradlew samples:spa:bootRun
14+
./gradlew spa:bootRun
1515
----
1616

1717
=== User and authenticator registration

docs/src/reference/asciidoc/ja/quick-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
== クイックスタート
33

4-
WebAuthn4J Spring Securityは主要機能をデモするサンプルアプリケーションを含みます
4+
webauthn4j-spring-securityの主要機能をデモするサンプルアプリケーションは、 https://github.com/webauthn4j/webauthn4j-spring-security-samples[webauthn4j-spring-security-samples] に存在します
55

66
サンプルアプリケーションは以下のコマンドで実行することが出来ます。
77

88
[source,bash]
99
----
10-
./gradlew samples:spa:bootRun
10+
./gradlew spa:bootRun
1111
----
1212

1313
image::images/login.png[ログイン画面]

docs/src/reference/asciidoc/ja/sample-app.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
== サンプルアプリケーション
33

4-
webauthn4j-spring-securityは主要機能をデモするサンプルアプリケーションを含みます
4+
webauthn4j-spring-securityの主要機能をデモするサンプルアプリケーションは、 https://github.com/webauthn4j/webauthn4j-spring-security-samples[webauthn4j-spring-security-samples] に存在します
55
Single Page Applicationのデモである、Sample SPAと、従来型のMulti Page Applicationである、Sample MPAです。以下ではSample SPAについて説明します。
66

77
=== サンプルアプリケーションの実行
@@ -10,7 +10,7 @@ Single Page Applicationのデモである、Sample SPAと、従来型のMulti Pa
1010

1111
[source,bash]
1212
----
13-
./gradlew samples:spa:bootRun
13+
./gradlew spa:bootRun
1414
----
1515

1616
=== ユーザーおよび認証デバイスの登録

0 commit comments

Comments
 (0)