authorization enforced on webpages

This commit is contained in:
2025-12-30 18:08:22 -07:00
parent c01d700482
commit 240d82344c
24 changed files with 509 additions and 123 deletions
@@ -1,6 +1,6 @@
<h1>Home</h1>
{{- if and .UserID (not .Account.ID) }}
{{- if and .Identity.User.UserID (not .Identity.Account) }}
<h2><a href="/account-creation">New Account</a></h2>
{{- end }}