oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

AccessTokenTrait::__toString gives different result each call

Open KngGroup opened this issue 6 months ago • 1 comments

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

KngGroup avatar Dec 12 '23 12:12 KngGroup