avo-hq/avo

Add support for Active Record Encryption in fields

Ouverte

#3 959 ouverte le 5 juil. 2025

 (5 commentaires) (0 réaction) (1 personne assignée)Ruby (308 forks)user submission
EnhancementFieldGood first issueHelp wanted

Métriques du dépôt

Stars
 (1 778 étoiles)
Métriques de merge PR
 (Merge moyen 1j 6h) (67 PRs mergées en 30 j)

Description

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.

Guide contributeur