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_ectoto your list of dependencies inmix.exs:def deps do [{:fernet_ecto, "~> 2.0.0-rc.0"}] end
-
Run
mix deps.getto fetch and install the package.
- 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.
© 2016 Jamshed Kakar [email protected]. See LICENSE.md file for
details.