policy_wonk
policy_wonk copied to clipboard
Elixir authorization and resource loading in Plug form for Phoenix
Results
1
policy_wonk issues
Sort by
recently updated
recently updated
newest added
In my Phoenix apps I differentiate between business logic that's web-agnostic, and logic that's web-aware and that depends on web building blocks such as `Plug.Conn`. This is also the approach...