analytics / lib /plausible /auth /totp /fallback_encrypted_binary.ex
Leon4gr45's picture
Upload folder using huggingface_hub
3e21b19 verified
Raw
History Blame Contribute Delete
258 Bytes
defmodule Plausible.Auth.TOTP.FallbackEncryptedBinary do
@moduledoc """
Defines an Ecto type so Cloak.Ecto can encrypt/decrypt a binary field.
Used for fallback vault field.
"""
use Cloak.Ecto.Binary, vault: Plausible.Auth.TOTP.FallbackVault
end