VoirDire App

Implementing Licensing & Permissions in a React Redux app
Implementing Licensing & …

In the process of building out the VoirDire App for our client, we ran into an interesting problem. How do we enforce licensing requirements in a cross-cutting way, without tediously identifying every area in the UI where the user might take an action that they were not allowed to take? The …