···10101111const CookieSessionKey = "authentication"
1212const CtxUserKey = "user"
1313-const CtxSessionKey = "userID"
1313+const CtxSessionKey = "user_session"
14141515// Helper function to set the user in the context for later use in the handlers
1616func SetUser[T any](r *http.Request, user T) {