atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

don't generate the new private_id/url until after the post #59

Open ekoyle opened 4 years ago

ekoyle commented 4 years ago

Don't even pass new_url to client, generate it after the post to prevent tampering.

Also fixes #57