package FPauth-strategies

  1. Overview
  2. Docs
Strategies to be used with FPauth-core authentication system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=5661fa07d29c5d8b229ac198653f96d8
sha512=4eafc8d414a5e9fc954f6cb26080dc1e21600b85e21f4e3a82528b37e8a19ff3d88530cde5f3cdc56dc2ce47fe7d1552ded26ec250d646f0c9f7805773d30305

doc/FPauth-strategies/FPauth_strategies/index.html

Module FPauth_strategiesSource

Sourcemodule Password : sig ... end

Password is a simple authentication strategy which verifies identity via provided in params password.

Sourcemodule TOTP : sig ... end

TOTP is a time-based One-Time Password strategy. User's identity is verified via a password which is limited for a limited time only.