FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

allow only auth to upload file #971

Closed elycheikhsmail closed 3 years ago

elycheikhsmail commented 3 years ago

foalts is in fact project, I don't know how to execute some logic before before decide to save file or not save it

LoicPoullain commented 3 years ago

Could a custom hook solve your problem?

https://foalts.org/docs/architecture/hooks#build-custom-hooks

elycheikhsmail commented 3 years ago

thanks