Storage Api

a year ago

Description: A simple file server using Express and Multer. Also includes an API.

Category: Storage

URL: https://railway.app/template/iiWiUr

7 Replies

a year ago

Wauw looks good!


yhonchisdevHOBBY

a year ago

Hello good morning, this great what you created, you could add the protection of requests with the token that is generated, currently you have the requests open to all and cuaquier person can make records.

I look forward to your reply, thank you.


10 months ago

Hello good morning, this great what you created, you could add the protection of requests with the token that is generated, currently you have the requests open to all and cuaquier person can make records.

I look forward to your reply, thank you.

I appreciate your suggestion, when I added that key I thought about this feature, but I did not have time. However today I could take some time to implement this feature, and now it's on flight, every request must have a header with a token field that includes the generated key. To avoid break changes, I added an environment variable that allows bypassing the auth process while not upgrading current clients, but this will be temporarily soon it will be mandatory.


10 months ago

Thank you for your time and work on this template, looks like the community is finding good uses for it!

I have some feedback that could improve the template's DX -


8 months ago

Sorry for the delay brody, I appreciate your templates. About the topics you suggested, I kept them in mind and set up both, and now it's much better to configure the template and make it easier to set up and deploy. Thank you for your time.


yhonchisdevHOBBY

5 months ago

Hi good morning, I was testing your new changes and I noticed that it is not documented all the functions. it would be great if you add it with swagger so I can access it through a route.


yhonchisdev

Hi good morning, I was testing your new changes and I noticed that it is not documented all the functions. it would be great if you add it with swagger so I can access it through a route.

5 months ago

I have this is mind to be done. I will soon do a refactor in the project and I definetely will add more documentation and swagger endpoint. Keep an eye in it