6742 |
19 May 22 |
nicklas |
== Requirements == |
6742 |
19 May 22 |
nicklas |
2 |
|
6749 |
25 May 22 |
nicklas |
1. BASE 3.19.3 or later. |
6764 |
03 Jun 22 |
nicklas |
2. Java 11 or later. |
6742 |
19 May 22 |
nicklas |
5 |
|
6742 |
19 May 22 |
nicklas |
== Introduction == |
6742 |
19 May 22 |
nicklas |
7 |
|
6742 |
19 May 22 |
nicklas |
This package is an extension package to BASE that adds support |
6742 |
19 May 22 |
nicklas |
for authenticating users using security keys that implements |
6742 |
19 May 22 |
nicklas |
the !WebAuthn protocol. |
6742 |
19 May 22 |
nicklas |
11 |
|
6742 |
19 May 22 |
nicklas |
* The homepage for this extension: |
6742 |
19 May 22 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.webauthn |
6742 |
19 May 22 |
nicklas |
14 |
|
6742 |
19 May 22 |
nicklas |
== Installation == |
6742 |
19 May 22 |
nicklas |
16 |
|
6742 |
19 May 22 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.webauthn/install |
6742 |
19 May 22 |
nicklas |
18 |
|
6742 |
19 May 22 |
nicklas |
== Using == |
6742 |
19 May 22 |
nicklas |
20 |
|
6742 |
19 May 22 |
nicklas |
See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.webauthn/using |
6742 |
19 May 22 |
nicklas |
22 |
|
6742 |
19 May 22 |
nicklas |
23 |
|
6742 |
19 May 22 |
nicklas |
== Compiling == |
6742 |
19 May 22 |
nicklas |
25 |
|
6742 |
19 May 22 |
nicklas |
To compile this package you also need: |
6742 |
19 May 22 |
nicklas |
27 |
|
6742 |
19 May 22 |
nicklas |
1. Ant 1.10 |
6764 |
03 Jun 22 |
nicklas |
2. Java 11 |
6742 |
19 May 22 |
nicklas |
30 |
|
6742 |
19 May 22 |
nicklas |
Follow these instructions: |
6742 |
19 May 22 |
nicklas |
32 |
|
6742 |
19 May 22 |
nicklas |
1. Download the source code from the subversion repository. See |
6742 |
19 May 22 |
nicklas |
https://baseplugins.thep.lu.se/wiki/net.sf.basedb.webauthn for instructions. |
6742 |
19 May 22 |
nicklas |
35 |
|
6742 |
19 May 22 |
nicklas |
2. Type `ant download-lib` to automatically download the BASE core JAR files that |
6742 |
19 May 22 |
nicklas |
are neeed for compilation. You can also do this manually by copying the |
6742 |
19 May 22 |
nicklas |
base-core-3.x.jar file from the BASE installation directory |
6742 |
19 May 22 |
nicklas |
(<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. |
6742 |
19 May 22 |
nicklas |
40 |
|
6742 |
19 May 22 |
nicklas |
3. Type 'ant' to compile the code and generate the 'webauthn.jar' file |
6742 |
19 May 22 |
nicklas |
in the project directory. |
6742 |
19 May 22 |
nicklas |
43 |
|
6742 |
19 May 22 |
nicklas |
4. Use 'ant package' to create a downloadable tar.gz package. |
6742 |
19 May 22 |
nicklas |
45 |
|
6742 |
19 May 22 |
nicklas |
Tip: If you need different values for any of the properties defined in |
6742 |
19 May 22 |
nicklas |
the 'build.xml' file, create a file named 'build.properties' and set |
6742 |
19 May 22 |
nicklas |
the values there. |
6742 |
19 May 22 |
nicklas |
49 |
|