hapi — Authentication and Remember Me Using Cookies
Within last week’s tutorial, you’ve learned how protect routes from unauthorized access of users leveraging basic authentication with username and password in hapi. The downside of this approach is that users need to put in their credentials on every request. Even just a site refresh forces them to …
Continue Reading