I am making a website and I need to know if security (authentication) tokens is what I need to securely share files.
I have searched a lot but I can't seem to understand if it's for me or if good old fashioned key generation is enough.
The website idea is any user can upload files and lists the emails of receivers, then a "token" is generated and anyone with that "token" and an email from the list of receivers can have access to the uploaded files for a certain amount of time.
– Supratim Samantray Dec 13 '16 at 07:45