Here's What's New From The NodeJS - FoalTS - Version 2.2 Update
Too Long; Didn't Read
Version 2.2 of FoalTS has been released. Foal now supports nested routes in the NodeJS-JS toolkit. The front-end application has no way of knowing if a user is logged in, except by making an additional request to the server. New option allows you to set an additional cookie that the frontend can read with the content you choose. This cookie is synchronized with the session and is refreshed at each request and destroyed when the session expires or when the user logs out. This is particularly useful if you need to display UI elements based on user characteristics.