Home > Enterprise >  Protecting files/folders making them accessible only to certain users, for a limited period of time
Protecting files/folders making them accessible only to certain users, for a limited period of time

Time:01-15

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?

CodePudding user response:

If you use node I suggest you use jwt to verify the user it's meant for cases like this

  •  Tags:  
  • Related