We're running an out of home activation and we need to secure some admin routes with basic auth, but allow the root / and some other sub-routes for the general audience. When we add / to the allowedRoutes array, it makes all routes public.
Is there a way to make the root public without simultaneously opening up the rest of the site?
We're running an out of home activation and we need to secure some admin routes with basic auth, but allow the root
/and some other sub-routes for the general audience. When we add/to theallowedRoutesarray, it makes all routes public.Is there a way to make the root public without simultaneously opening up the rest of the site?