authority_ecto v0.1.1 API Reference

Modules

Authority.Ecto helps you implement the Authority authentication spec for your application, using Ecto for persistence

Convenient authentication-related functions for Ecto.Changesets

An Ecto.Type to hash secrets (like tokens) using HMAC to reduce the chance of leaking, even if your database is compromised. If reversible encryption is desired, see the Cloak library instead

Automatically implements Authority behaviours into modules of your choice, minimizing the amount of code that you have to write. All callbacks remain overridable, however

Exceptions