In Chapter 3, we took a look at the capabilities of the router in Aurelia. In this chapter, we are going to take a look at pipelines and how we can use them to enforce security. After completing this chapter, you will have a solid understanding of pipelines and how they work with the router as well as how to enforce your own security for routes in your applications.
Router Pipelines
The router in Aurelia is extremely powerful as we have already seen in the previous chapter. We actually used two different router classes in the previous chapter. There is an ...