Categories
Fastify Learning Fastify Node.js Videos

Learning Fastify: Create a proxy server for API authentication

< 1 min read

In this video you’ll learn how to build a proxy server with the Fastify framework and the fastify-http-proxy plugin. This can help your front end application call an API securely. The proxy server will allow you keep the API key away from the front end and take care of adding it to API requests.