Fields.UrlEncrypted (fields v2.8.0)

An Ecto Type for urls that need to be stored securely.

Example

```
schema "bookmarks" do
  field :url, Fields.UrlEncrypted

  timestamps()
end
```

Link to this section Summary

Link to this section Functions