Always hide key material of user signing keys
This is far more robst than trying to manually scrub this in all affected paths
This commit is contained in:
parent
f5d78b374c
commit
5d8cdd6416
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ defmodule Pleroma.User.SigningKey do
|
|||
|
||||
require Logger
|
||||
|
||||
@derive {Inspect, only: [:user_id, :key_id]}
|
||||
@primary_key false
|
||||
schema "signing_keys" do
|
||||
belongs_to(:user, Pleroma.User, type: FlakeId.Ecto.CompatType)
|
||||
|
|
|
|||
Loading…
Reference in a new issue