by Dave Lane | Dec 19, 2022 | Development
Every product we build deals with user authorization. Users may only access certain features or data based on their permissions within the app. While we want to ensure users can access everything they should, we also want to ensure they can’t access anything they...
by Dave Lane | Mar 29, 2022 | Development, DevOps
A common web application architecture relies on a client-facing app that interacts with an API server. For example, you may build a React app that interacts with an API. We’ve worked on a number of projects where we interact with a third-party API that we do not...