How to integrate secure file sharing?

Our website has nodejs as the backend. Frontend files are rendered using EJS. We could only find react documentation online. Is there any way to integrate secure file sharing into our application?

2 Likes

Yes
Instagramstrong text

@faraz.suhail2000 try using the weavy file app
You will need to make sure that you have

  • Weavy Server Setup and Running

  • Weavy Client SDK

  • Make sure you are authenticating the user properly with JWT token

For more details take a look here Files · Weavy Docs

1 Like