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.
-
Add
fernet_ecto
to your list of dependencies inmix.exs
:def deps do [{:fernet_ecto, "~> 2.0.0-rc.0"}] end
-
Run
mix deps.get
to fetch and install the package.
- Bump the version here in the
README.md
and inmix.exs
. - Run
git tag v$VERSION
to tag the version that was just published. - Run
git push --tags origin master
to push tags to Github. - Run
mix hex.publish
to publish the new version.
© 2016 Jamshed Kakar jkakar@kakar.ca. See LICENSE.md
file for
details.