pass v0.3.0 API Reference

Modules

Pass

Implements methods for adding and validating session state for a connection

Handles email confirmations by generating, verifying, and redeeming JWTs

A wrapper for concrete implementations of the abstract data storage functions used by Pass. Modules wishing to be adapters must implement the following functions

Implements the abstract data storage methods that Pass relies on for the Ecto library

Implements methods for password hashing, verification, and formatting for data storage

The Pass.Plugs module is meant to be imported into a Phoenix Router module so that its methods can be used as plugs in the router’s pipelines

Handles password resets by generating, verifying, and redeeming JWTs