Project

General

Profile

New feature / Change #4139

Updated by Olivier Bitsch over 3 years ago

Currently, we have 

 ~~~ 
 { 
    "email":"email" 
 } 
 ~~~ 

 Change to this 


 ~~~ 
 { 
    "email":"email" 
    "timestamp": "validity": 1646657700 
 } 
 ~~~ 

 Check that validity is no more than 5 minutes.

Back