Persistent Referral Links with Devise
Play
16:02 CC

Persistent Referral Links with Devise

#192 Jun 9, 2019 pro
In this episode we create a referral system with permanent links. Users can sign up with referral links which tracks the relationship between the referer and the person referred.

Sessions
Play
12:49 CC

Sessions

#292 Apr 18, 2021 pro
In Rails apps, by default, browsers will use cookies to store session data. In this episode, we look at the default browser cookie and alternative approaches to storing the session data.

Cryptocurrency Payments
Play
20:27 CC

Cryptocurrency Payments

#304 Jul 11, 2021 pro
In this episode, we look at accepting cryptocurrency payments, implementing an ingress for the webhooks, and creating an interface to manage the products.

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.