Protecting Pages with Guards
Published: 17 February 2019
Many of us often need a way to prevent users from accessing certain pages in our app. This might not be super obvious when only focused on mobile apps, but think about a URL to a website. Your path is exactly this, and some users should simply not be allowed to visit that page if they are not authenticated.
Category: Fundamentals | Tags: