API Reference Ecto Sessions v0.2.0

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.

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