Security and Static Code Analyzers
Play
8:12 CC

Security and Static Code Analyzers

#62 Jan 8, 2017 free
Whether you're preparing for a third-party security scan or already doing peer code reviews, you should always run brakeman scanner on your application to identify potential security vulnerabilities.

Rails API - Throttling with Rack::Attack
Play
7:10 CC

Rails API - Throttling with Rack::Attack

#52 Oct 30, 2016 free
Save expensive calculation time using Rack::Attack, we will learn how to limit requests coming into our application. This gem not only limits requests, but can be used to blacklist or whitelist users as well.

Authorization with Pundit
Play
6:31 CC

Authorization with Pundit

#47 Sep 18, 2016 free
Prevent unauthorized access to your application with Pundit; an authorization library for Ruby on Rails which restricts what resources a given user is allowed to access.

Two Factor Authentication
Play
9:13 CC

Two Factor Authentication

#46 Sep 11, 2016 free
Add multi factor authentication to your existing authentication solution. This gives your users the option to increase the level of security to their account and help prevent unauthorized access.

Authentication Crash Course with Devise
Play
8:04 CC

Authentication Crash Course with Devise

#45 Sep 5, 2016 free
Devise is a flexible authentication solution for Rails based on Warden. Learn how to add a stable authentication solution like Devise to your application.