Verifying request signatures in Elixir/Phoenix
If you’re working with public APIs a common security task is to verify request signatures to prove the request is coming from who you believe... »
If you’re working with public APIs a common security task is to verify request signatures to prove the request is coming from who you believe... »
I’ve been using Elixir’s Phoenix framework for a few years but most of my projects were on the older MVC style. Phoenix 1.3 introduced the... »