How to create and store Signed urls inside mongodb?

Options
usman
usman Member Posts: 1

I have a document inside mongodb and inside these documents i have stored song urls comming from cloudinary .If i show these information inside client side then these urls will be fetched and anyone can get and directly use those urls ,i want to ask what is the better way of hiding or encrypting those urls so that n one can directly use them or those urls only be fetched by my website ...

Answers