Preparing for General Data Protection Regulation (GDPR)
Play
19:29 CC

Preparing for General Data Protection Regulation (GDPR)

#129 Apr 15, 2018 pro
In this episode, we look adding in some of the requirements of the General Data Protection Regulation into our Ruby on Rails application. Disclaimer: this episode is not legal advice and you should consult a lawyer.

Hardware Security Keys
Play
11:02 CC

Hardware Security Keys

#302 Jun 27, 2021 pro
Using a hardware security key for multi-factor authentication is a great way to protect user accounts. In this episode, we look at implementing security keys into our Ruby on Rails applications with Devise user accounts.

Managing User Session Devices
Play
15:59 CC

Managing User Session Devices

#301 Jun 20, 2021 pro
In this episode, we look to add on some features to Device with tracking devices that a user has authenticated with and then remote deleting sessions.

Cloudflare Turnstile
Play
14:30 CC

Cloudflare Turnstile

#379 Dec 11, 2022 pro
Cloudflare Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors. In this episode, we'll look at implementing this a few different ways and resolving some issues with Turbo.

Authentication with Sorcery
Play
15:23 CC

Authentication with Sorcery

#321 Oct 31, 2021 pro
Sorcery is a stripped-down, bare-bones authentication library, with which you can write your own authentication flow. In this episode we look at creating the controllers and views for a simple authentication solution.