Sahamati / rahasya

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange. The work is inline with the Account Aggregator Specification.
Apache License 2.0
13 stars 20 forks source link

DHPublicKey expiry time format issue #13

Closed rajesha-onemoney closed 2 years ago

rajesha-onemoney commented 4 years ago

hi @vishwa-vyom , is it mandatory to pass DHPublicKey expiry time in "2020-09-23T10:53:28.100Z" formate only . because we are receiving expiry time from other party while FI Fetch is in the format of "2020-09-23T10:53:28.100+0000". as per UTC format both are true. so are we accepting both or only Z.
we are getting below error while passing "2020-09-23T10:53:28.100+0000". Screenshot_2020-09-22_17-34-10

gsasikumar commented 3 years ago

I think we accept only Z as of now. Do you need this implementation? Also if you can add a fix I can accept the PR @rajesha-onemoney

gsasikumar commented 2 years ago

@rajesha-onemoney do you still need this or can this be closed?