avo-hq/avo

Add support for Active Record Encryption in fields

开放

#3,959 创建于 2025年7月5日

 (5 条评论) (0 个反应) (1 位负责人)Ruby (308 个派生)user submission
EnhancementFieldGood first issueHelp wanted

仓库指标

星标
 (1,778 个星标)
PR 合并指标
 (平均合并 1天 6小时) (30 天内合并 67 个 PR)

描述

Feature

Active Record Encryption enables developers to easily hide specific bits of information behind encryption.

We should enable an easy way to display those fields after the record is displayed.

Workflow:

  • this should be a new field
  • The user loads the record in any view
  • Avo shows the record with asteriscs (****)
  • the user get's a button to reveal the value
  • Avo makes a call to the server to get the real value and display it to the user
  • we should take care on forms to not submit the easteriscs and overwrite the values in the DB

Current workarounds

Custom fields.

贡献者指南