spruceid / siwe-py

A Python implementation of Sign-In with Ethereum
https://login.xyz
Apache License 2.0
66 stars 28 forks source link

fix: Resolve issue with CustomDateTime date property not retaining multiple values #53

Closed lwcobo closed 9 months ago

lwcobo commented 9 months ago

Resolved a bug where the date property of the CustomDateTime class would only retain the value of the last occurrence when multiple properties, such as expiration_time and not_before, were present at the same time.