diff --git a/library/security/jwt/src/jwt_claimset.e b/library/security/jwt/src/jwt_claimset.e index 962a0729..6e45bb71 100644 --- a/library/security/jwt/src/jwt_claimset.e +++ b/library/security/jwt/src/jwt_claimset.e @@ -259,6 +259,11 @@ feature -- Element change end end + set_issued_at_now_utc + do + set_issued_at (create {DATE_TIME}.make_now_utc) + end + set_jwt_id (jti: detachable READABLE_STRING_8) -- The "jti" (JWT ID) claim provides a unique identifier for the JWT. -- The identifier value MUST be assigned in a manner that ensures that