Skip to content
  • Sheogorath's avatar
    Add token based security feature · 70df2979
    Sheogorath authored
    
    
    In the current setup users could be tricked into deleting their data by
    providing a malicious link like `[click me](/me/delete)`. This commit
    prevents such an easy attack and need the user's deleteToken to get his
    data deleted. In case someone requests his deletion by email you can
    also ask him for this token.
    
    We can add a GUI that shows it later on.
    
    Signed-off-by: default avatarSheogorath <sheogorath@shivering-isles.com>
    70df2979