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
It was a TTL (integer) originally because RAMF was originally a custom binary format and I wanted to make sure the expiry date could not be before the creation date. However, this is making implementations more complex -- more so than just using two dates and making sure one isn't greater than the other.
The text was updated successfully, but these errors were encountered:
It was a TTL (integer) originally because RAMF was originally a custom binary format and I wanted to make sure the expiry date could not be before the creation date. However, this is making implementations more complex -- more so than just using two dates and making sure one isn't greater than the other.
The text was updated successfully, but these errors were encountered: