Serverless JWT authentication with Netlify and Zeit

When using AWS Lambda you can use the API Gateway and it works great.
However for personal projects I prefer going with Netlify or Zeit, much simpler and faster to setup but without the API Gateway.

In this article we will see together how I came to use function wrappers to help me handle authenticated routes on lambdas.

Read More