File size: 208 Bytes
3e21b19
 
 
 
 
 
 
1
2
3
4
5
6
7
8
defmodule Plausible.Auth.TOTP.EncryptedBinary do
  @moduledoc """
  Defines an Ecto type so Cloak.Ecto can encrypt/decrypt a binary field.
  """

  use Cloak.Ecto.Binary, vault: Plausible.Auth.TOTP.Vault
end