Overview

Overview of the Token Database module

This is a standalone module that manages a database of authentication tokens and provides services for other modules that want to interact with the database. It runs an embedded database client, connecting directly to the database.

Here's a list of the services offered by this module:

  • Create and maintain the database structure (tables, indexes etc)

  • Create OATH software tokens

  • Create OATH hardware tokens by importing PSKC files

  • Run maintenance tasks on the database, making sure that tokens are activated and expired accordingly.

Last updated