Changes between Initial Version and Version 1 of net.sf.basedb.webauthn


Ignore:
Timestamp:
May 17, 2022, 1:25:34 PM (3 years ago)
Author:
Nicklas Nordborg
Comment:

Added main page for the WebAuthn extension

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.webauthn

    v1 v1  
     1= !WebAuthn authentication extension =
     2
     3This package is an extension package to BASE that adds support
     4for authenticating users using security keys implementing the !WebAuthn
     5protocol.
     6 
     7
     8== Documentation ==
     9
     10 * BASE 3.19 and Java 11 or higher is recommended.
     11 * [wiki:net.sf.basedb.webauthn/install Installation instructions] -- TODO
     12 * [wiki:net.sf.basedb.webauthn/using How to use] -- TODO
     13
     14
     15== License ==
     16
     17[http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3]
     18
     19
     20== Download ==
     21
     22''No releases yet! ''
     23
     24
     25The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command:
     26
     27 `svn co https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.webauthn/trunk webauthn-dev`
     28
     29
     30
     31== Contribute ==
     32
     33After 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.
     34
     35
     36== Todo ==
     37[[TicketQuery(status!=closed&component=net.sf.basedb.webauthn)]]