diff --git a/DeepDrftWeb.Client/Pages/Home.razor b/DeepDrftWeb.Client/Pages/Home.razor
index d24385b..d6abe88 100644
--- a/DeepDrftWeb.Client/Pages/Home.razor
+++ b/DeepDrftWeb.Client/Pages/Home.razor
@@ -1,5 +1,7 @@
@page "/"
@using DeepDrftWeb.Client.Services
+@using Microsoft.AspNetCore.Authorization
+@attribute [AllowAnonymous]
Deep DRFT - Electronic Music Collective
diff --git a/DeepDrftWeb.Client/Pages/TracksView.razor b/DeepDrftWeb.Client/Pages/TracksView.razor
index 5918767..9babbc8 100644
--- a/DeepDrftWeb.Client/Pages/TracksView.razor
+++ b/DeepDrftWeb.Client/Pages/TracksView.razor
@@ -1,6 +1,7 @@
@page "/tracks"
-
+@using Microsoft.AspNetCore.Authorization
@using DeepDrftWeb.Client.Controls
+@attribute [AllowAnonymous]
DeepDrft Track Gallery