Default to Deny for More Secure Apps

Default to Deny for More Secure Apps

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...
Securing Sensitive API Calls with Nginx

Securing Sensitive API Calls with Nginx

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...