Skip to content

Commit c30afa2

Browse files
committed
Fixing another merge mistake
1 parent 6791474 commit c30afa2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/scitokens_internal.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@ friend class scitokens::Validator;
159159
builder.set_payload_claim(it.first, it.second);
160160
}
161161

162-
uuid_t uuid;
163-
uuid_generate(uuid);
164-
char uuid_str[37];
165-
uuid_unparse_lower(uuid, uuid_str);
166-
builder.set_payload_claim("jti", std::string(uuid_str));
167-
168162
// TODO: handle JTI
169163
return m_key.serialize(builder);
170164
}

0 commit comments

Comments
 (0)