Reputation: 4355
My web application uses Connect middleware.
I want to know if there are some security frameworks for Node.js web application, just like Spring Security or OWASP ESAPI?
Upvotes: 0
Views: 2106
Reputation: 2023
Try passportjs very popular as well try express-jwt if you are looking for something lighter
Upvotes: 1