doma-engineering / do-auth

Fast, lean and reliable authentication server based on verifiable credentials standard
6 stars 2 forks source link

Inconsistency: Generate timestamp for proof with `T` separator in ISO 8601 format #13

Open cognivore opened 2 years ago

cognivore commented 2 years ago

Why?

JS doesn't care much about having T in ISO 8601:

image

But we would rather be consistent, especially since some other parsers may not be so kind to us when it comes to T-less ISO 8601s.

What?