Matt Elson
Matt Elson

Reputation: 4355

Security framework for Node.js web application

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

Answers (1)

AJS
AJS

Reputation: 2023

Try passportjs very popular as well try express-jwt if you are looking for something lighter

Upvotes: 1

Related Questions