Changeset 6743


Ignore:
Timestamp:
May 19, 2022, 1:30:44 PM (16 months ago)
Author:
Nicklas Nordborg
Message:

References #1396: Implement an login extension for WebAuthn?

Started to implement the "Edit user" dialog that should be used to register a new security key (or remove an existing one) The idea is to use a similar flow as in the YubiKey extension. It is still not clear exactly what we need to save in the database and there is no actual functionality implemented yet.

Location:
extensions/net.sf.basedb.webauthn/trunk
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.webauthn/trunk/.classpath

    r6742 r6743  
    99  <classpathentry kind="lib" path="lib/base-core-3.19.0.jar"/>
    1010  <classpathentry kind="lib" path="lib/base-webclient-3.19.0.jar"/>
     11  <classpathentry kind="lib" path="lib/json-simple-1.1.1-1.jar"/>
     12  <classpathentry kind="lib" path="lib/servlet-api.jar"/>
    1113  <classpathentry kind="output" path="bin"/>
    1214</classpath>
Note: See TracChangeset for help on using the changeset viewer.