John Au-YeungFollowFeb 19, 2021·3 min read·Member-onlyServer-Side Development with Hapi.js — Login and Cookie AuthPhoto by SJ . on UnsplashHapi.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.CookieWe can add cookie authentication easily with a few lines of code.