analytics / lib /plausible /auth /totp /encrypted_binary.ex
Leon4gr45's picture
Upload folder using huggingface_hub
3e21b19 verified
Raw
History Blame Contribute Delete
208 Bytes
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