API Reference Ecto Sessions v0.1.0
modules
Modules
This lib implements a set of methods to help you handle the storage and access to databse-backend sessions.
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.
Run the migrations needed to have ecto_sessions table and indexes. If you are just starting use this interface instead of calling migrations directly.