Is there a way where i can protect the access to certain files in a folder?
What i need to achieve is, user send his email, it receives a temporary password that lasts for 30 min, he then uses that password to access some files. To access those files again he needs to send another email as the password changes.
Is there a way to accomplish this?
>Solution :
If you use node
I suggest you use jwt to verify the user it’s meant for cases like this