belmirp
Results
2
comments of
belmirp
The problem can be avoided by putting return on the next line: `res.status(403).end(); return;` And I am not sure whether 403 (unauthorized) is appropriate here, shouldn't be 400 when invalid...
I will try to implement this feature, you can assign it to me.