Reset Password from Scratch
Play
24:24 CC

Reset Password from Scratch

#316 Sep 26, 2021 pro
Continuing from Episode 300, we look at creating a password reset feature. We explore some of the security concerns around this feature and some mitigating options.

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.

Authentication from Scratch
Play
20:26 CC

Authentication from Scratch

#300 Jun 13, 2021 pro
It's never a bad thing to understand how authentication works in a Ruby on Rails application without reaching for a gem. In this episode, we look at how authentication works in a modern Ruby on Rails application and some reasons why we shouldn't roll our own solution.

Sign in with Apple
Play
15:16 CC

Sign in with Apple

#297 May 23, 2021 pro
Setting up "Sign in with Apple" can be confusing and complicated if you never dealt with Omniauth or with Apple's developer account. In this episode, we look at navigating through the Apple Developer account and setting up Omniauth to implement the Sign in with Apple.