vacarsu / ash_cloak

An extension for encrypting and decrypting attributes of Ash resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AshCloak

Installation

Add ash_cloak to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_cloak, "~> 0.1.0-rc.0"}
  ]
end

See the getting started guide on hex!

About

An extension for encrypting and decrypting attributes of Ash resources.

License:MIT License


Languages

Language:Elixir 100.0%