italia / eudi-wallet-it-python

Python toolchain for building an OpenID4VP RP with a SATOSA backend compliant with the Italian Wallet implementation profile
Apache License 2.0
17 stars 13 forks source link

Handle expired request #140

Closed salvatorelaiso closed 10 months ago

salvatorelaiso commented 10 months ago

Status endpoint checks if a request object exists. If it exists, the exp field from the object is evaluated with the current timestamp.

Closes #139