package FPauth-core

  1. Overview
  2. Docs
Easy authentication system for Dream framework

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/FPauth-core/FPauth_core/index.html

Module FPauth_coreSource

FPauth_core is a library for easy yet customizable authentication in Dream web-applications

Sourcemodule Static : sig ... end

Static is a module containg static type definitions, which are not dependent on Auth_sign.MODEL

Sourcemodule Variables : sig ... end

VARIABLES is a module which inits and holds field variables for authentication

Sourcemodule Session_manager : sig ... end

Session_manager contains

Sourcemodule Authenticator : sig ... end

Authenticator is module which provides functions both for authentication and logout

Sourcemodule Router : sig ... end

Router is a module which contains handlers for authentication and creates routes for them.

Sourcemodule Make_Auth (M : Auth_sign.MODEL) : sig ... end

Make_Auth creates a module based on Auth_sign.MODEL. Provides local variables, middlewares and authenticator to run authentication strategies.

Sourcemodule Auth_sign : sig ... end

Auth_sign is a module containig signatures for modules which can be implemented and integrated from outside the lib, as well as signatures for some inner modules.

OCaml

Innovation. Community. Security.