Building a Ruby on Rails App with a Legacy Database Twin Sun's Blog
We needed to utilize data from a legacy app without impacting the existing user experience. Therefore, we decided to connect a new API to the existing database.
We needed to utilize data from a legacy app without impacting the existing user experience. Therefore, we decided to connect a new API to the existing database.
We sometimes wish to add an extra layer of authorization between end users and the API. An nginx reverse proxy is an easy way to protect secrets in sensitive API calls.