= !WebAuthn authentication extension = This package is an extension package to BASE that adds support for authenticating users using security keys implementing the !WebAuthn protocol. == Documentation == * BASE 3.19.3 and Java 11 or higher is recommended. * [wiki:net.sf.basedb.webauthn/install Installation instructions] * [wiki:net.sf.basedb.webauthn/using How to use] -- TODO == License == [http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3] == Download == || '''Version''' || '''Revision''' || '''Date''' || '''Binary (tar.gz)''' || '''BASE Version'''* || || || 1.0-beta1 || 6863 || June 3, 2022 || [attachment:wiki:net.sf.basedb.webauthn:webauthn-1.0-beta1.tar.gz?format=raw webauthn-1.0-beta1.tar.gz] (5.6MB) || 3.19.3 || [query:"group=resolution&milestone=WebAuthn extension v1.0&order=priority" changelog] || '''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.0-beta1 version: `svn co https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.webauthn/tags/1.0-beta1 webauthn-1.0-beta1` The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: `svn co https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.webauthn/trunk webauthn-dev` == Contribute == After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission. == Todo == [[TicketQuery(status!=closed&component=net.sf.basedb.webauthn)]]