You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to new DateTimeImmutable() is used inside convertToJWT method, it gives different result each call.
Is it possible to add $issuedAt property to make this method pure?
Many thanks
The text was updated successfully, but these errors were encountered:
Due to
new DateTimeImmutable()
is used insideconvertToJWT
method, it gives different result each call.Is it possible to add
$issuedAt
property to make this method pure?Many thanks
The text was updated successfully, but these errors were encountered: