// Copyright 2025 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package session const ( KeyUID = "uid" KeyImpersonatorData = "impersonatorData" KeyUserHasTwoFactorAuth = "userHasTwoFactorAuth" )