Overview
A service for validating OATH tokens.
Provides a service for other modules that want to perform token validation. Given a userID and a one-time passcode, the service will evaluate wether the passcode can be validated by any of the authentication tokens registered for that userID.
The module is included in the Token Database Module, but can also be deployed as a standalone module. It runs an embedded database client, connecting directly to the database.
Last updated