API Reference Ecto Sessions v0.0.4

modules

Modules

This lib implements a set of methods to help you handle the storage and access to database-backend sessions with ecto.

This module handles the generation and hashing of auth tokens. Auth token is a cryptographically random string used for Authorization.

This module handles ecto_sessions runtime configuration.

GenServer implementation to delete expired sessions periodically. Given an EctoSessions module and periodicity, in milliseconds.

Module to help you handle database migrations for EctoSessions. If you are just starting use this interface instead of calling migrations directly.