This is an example of a web that uses a remote API as a database wrapper.
The remote API is stateless and the web uses cookies to maintain session persistence.
The API authentication endpoint returns a TOKEN that allows the web to make each request to the API with the user authentication header.
Este es un ejemplo de web que usa una API remota como wrapper de base de datos.