Part of the Solid Foundations Learning Series
This is an in-depth learning series focused on a specific application: a JavaScript-based suite of single-page applications optimized for use in a microservice environment. We focus on telling the story of โwhyโ and โhowโ it was built.
Throughout this series, we have touched on adding navigation, content and single-page applications, but we havenโt touched on the security of the application yet.
In this article, weโre going to add a simple security model to the application which will accept a login, validate a user, redirect to a secure page, enable a logout, and catch any errors which occur during the process. Letโs get started.





