Tag: Infosec
-
Everything you need to know about HTTP security headers
Posted on January 18, 2017, Level beginner Resource Length long
Max Veytsman post touches security consideration when working with HTTP headers. The article explains what secure headers are and how to implement these headers in Rails, Django, Express.js, Go, Nginx, and Apache.
Tags infosec
-
Spring REST API + OAuth2 + AngularJS
Posted on January 15, 2017, Level advanced Resource Length medium
Eugen Paraschiv wrote this tutorial about securing a REST API with OAuth and consume it from a simple AngularJS client.
Tags infosec
-
Rotate Passwords with Ansible and HashiVault
Posted on January 13, 2017, Level intermediate Resource Length medium
Doug Bridgens post on how to rotate passwords. Rotating application layer passwords is hard. Not because changing a password in some database is difficult, it's often only a single command.
Tags devops infosec
-
Security and Microservices by Sam Newman
Posted on January 9, 2017, Level beginner Resource Length 1 hour
Inspiring talk from Sam Newman about securing microservices archotecture.
Tags microservices infosec
-
Node Hero - Node.js Authentication using Passport.js
Posted on January 9, 2017, Level beginner Resource Length super long
This is the 8th part of the tutorial series called Node Hero - in these chapters, you can learn how to get started with Node.js and deliver software products using it.
Tags nodejs javascript infosec