package types type contextKey string const UserIdKey contextKey = "userID" const JTIKey contextKey = "jti"