Magic Code
This module adds a "Magic Code" verification method, allowing users to confirm operations or log in using short, manually typed codes. It handles the creation, verification, and invalidation of these codes, with features like a backend UI, flood control for brute-force prevention, and token support for email templates.
The Magic Code Drupal module integrates with the Verification API and adds a VerificationProvider that handles verification via so-called Magic Codes (short, alphanumeric codes that the user may also type manually).
Motivation
Using magic codes for verification (e.g. like Slack does it) is a popular and convenient way for users to verify a given operation or a passwordless login.
This module handles the creation, verification, and invalidation of those codes.
Features
- Magic-Code management with Backend UI
- Flood control (Anti-Brute-Force)
- Tokens for User-E-Mail Templates