package middleware var ContextUserId = "id" var ContextIsAdmin = "isAdmin" var ContextTokenData = "tokenData"