This commit is contained in:
lbenedar
2026-03-06 15:37:31 +03:00
parent b6cdb2b860
commit 126ccfa715
5 changed files with 49 additions and 11 deletions

5
cmd/web/context.go Normal file
View File

@@ -0,0 +1,5 @@
package main
type contextKey string
const isAuthenticatedContextKey = contextKey("isAuthenticated")