curator v0.1.0 API Reference

Modules

Curator: A framework around User authentication and management

The configuration for Curator. It also provides default repo & userschema configuration for curator* applications

This module hooks into the curator lifecycle

Default implementation of GuardianHooks

This plug ensures that the current_resource has been set, usually in Guardian.Plug.LoadResource

This plug ensures that the current_resource has been set, usually in Guardian.Plug.LoadResource

A helper for Plugs to interact with Curator. This will act as an adapter between the curator modules and the configured session_handler

This module hooks into the curator session

A Curator Helper Module to determine if Ecto.DateTime’s have expired. This is usually used to see if a database stored token with a created_at timestamp has expired

A Curator Helper module to Generate random 64 byte tokens. They are useful as one-time token to be stored in the db. e.g. password_reset_token, confirmation_token

Install and configure Curator