initial import

This commit is contained in:
Paweł Suwiński
2020-11-13 14:50:27 +01:00
parent 1563523513
commit fe35e4e96f
11 changed files with 678 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Email One-Time Password Authentication
Matches only valid email from allowed domain as username. Validates client
credentials and password if exists in current session or generates ones for
session time on empty password treated as one-time password request.
On first login account is created if not prevented on global level
and parts of email address may be mapped to profile fields using
PCRE expressions.
See [setting form help](settings.php) for mapping usage example.