Two Factor Authentication

Component type

module

Maintenance status

Development status

Downloads

403

Component created

Component changed

Synopsis

TFA login is 2 factor authentication module used to introduce second factor of authentication to default drupal login with help of miniorange auth API.

List of second factor authentication :

  1. Login with QR Code Scan
  2. Softtoken
  3. OTP on mail

Note : It requires miniorange authentication APP

Requirements

This module requires following modules as dependencies-

User PIN

Component type

module

Maintenance status

Development status

Downloads

352

Component created

Component changed

Module provides no function on it's on. Is required by other modules to provide PIN based authentication for specific features. Is not a replacement for password authentication to login to site.

Developed as a required module for the telephone time clock portion of https:/drupal.org/project/timeclock

Domain Traversal

Component type

module

Maintenance status

Development status

Downloads

898

Component created

Component changed

Easy navigation between domains for logged in users.

Depends on the Domain Access module.

This module adds new menu items per domain to easily traverse between the domains. Clicking the link of another domain, as a logged in user with the correct permissions, results in being logged in on that domain.

Services Token

Component type

module

Maintenance status

Development status

Downloads

1301

Component created

Component changed

This module adds token based authentication for services. Access tokens expire after a given period of time and are invalidated automatically if a user changes her username or the password or if she gets blocked by an administrator. This mechanism is extendable and therefore allows for site specific policies. E.g., in some cases it is desirable to invalidate an access token whenever some permissions change.