express-secure-skeleton icon indicating copy to clipboard operation
express-secure-skeleton copied to clipboard

Basic Express.js v3 skeleton app implementing some basic secure defaults

Results 2 express-secure-skeleton issues
Sort by recently updated
recently updated
newest added

Wrote some skeleton auth functions that would plug in to a user model to check if authenticated before allowing to see the index. From what I can tell the way...

Since there is a /login route and some cookie express usage floating around, would be great to see a sample login form and process of securely handling authentication. No need...