eventsourced icon indicating copy to clipboard operation
eventsourced copied to clipboard

Use secrecy types for sensitive data

Open hseeberger opened this issue 2 years ago • 0 comments

secrecy provides various data types which safely implemnt Debug and Display such that no sensitive information can accidentally escape, e.g. via logging.

One use case is the Config struct for the eventsourced-postgres EvtLog.

hseeberger avatar Nov 24 '23 11:11 hseeberger