Drupal Authentication Test App

Test all authentication scenarios for your Drupal API

Features Tested

Session-Based Authentication

Username/password with HttpOnly cookies

Two-Factor Authentication

TOTP-based 2FA with QR code setup

Passwordless Login (OTP)

Email-based one-time password codes

Automatic TFA Detection

Login flow adapts based on user settings

Terms & Conditions

Automatic acceptance flow after login

Password Reset

Email-based password recovery

API Endpoints Tested

POST/api/auth/login
POST/api/auth/tfa-login
POST/api/auth/otp/request
POST/api/auth/otp/login
GET/api/tfa/setup/:uid
POST/api/tfa/setup
GET/api/auth/terms-conditions
POST/api/auth/terms-conditions
POST/api/auth/pass-reset/request
POST/api/auth/pass-reset