Server-Side Development with Hapi.js — Login and Cookie Auth

John Au-Yeung
3 min readFeb 19, 2021
Photo by SJ . on Unsplash

Hapi.js is a small Node framework for developing back end web apps.

In this article, we’ll look at how to create back end apps with Hapi.js.

Cookie

We can add cookie authentication easily with a few lines of code.

--

--