Protecting sensitive data in Elixir GenServers
Two techniques to protect sensitive data in Elixir GenServers: implementing the Inspect protocol for structs and implementing the format_status/2 callback. No sensitive data leaking into your logs anymore. https://tech.new-work.se/protecting-sensitive-data-in-elixir-genservers-fac4a8b0ae15
Read next Distributed Elixir made easy with Spawn