Fernet.Ecto
Fernet.Ecto defines Ecto.Type-based fields that automatically
Fernet-encrypts and decrypts values stored and loaded from a repository. The
API documentation has more
details.
Installation
Add
fernet_ectoto your list of dependencies inmix.exs:def deps do [{:fernet_ecto, "~> 1.3.0"}] endRun
mix deps.getto fetch and install the package.Ensure
fernet_ectois started before your application:def application do [applications: [:fernet_ecto]] end
Release
-
Bump the version here in the
README.mdand inmix.exs. -
Run
git tag v$VERSIONto tag the version that was just published. -
Run
git push --tags origin masterto push tags to Github. -
Run
mix hex.publishto publish the new version.
License
© 2016 Jamshed Kakar jkakar@kakar.ca. See LICENSE.md file for
details.