HoloTree / ht_dms

1 stars 0 forks source link

Make nonces true (use once nonces)? #85

Open Shelob9 opened 9 years ago

Shelob9 commented 9 years ago

when creating create a transient with the nonce in it that lasts as long as nonce life. When verifying check if that transient exists. If so, precede to normal nonce verification and clear that transient. Else return false.

Shelob9 commented 9 years ago

@shelob9 If you do this, make sure you disable it if HT_DEV_MODE or you will drive yourself nuts.

Shelob9 commented 9 years ago

https://github.com/HoloTree/ht_dms/commit/28c0035c6c79defbe79b66fca9cd325788eee322 is intial work for this. Not implemented.