curator v0.2.3 API Reference
Modules
Working with configuration for guardian
Opaque token implementation for Guardian
The opaque token can be stored in many different backends. This is the behaviour those backends must implement
This module is a copy of the Guardian.Plug.LoadRecource module, slightly modified
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
Use this hook to set a last_request_at timestamp, and signout if it’s greater than a configured time
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
Mix Tasks
Generates required Curator API files
Generates required Curator files
Generates required Curator files
Generates required Curator files