API Authentication with Omniauth
Play
11:56 CC

API Authentication with Omniauth

#172 Feb 10, 2019 pro
OAuth alone can be a difficult task. Combined with a Javascript Framework or Mobile Application, and things can get confusing quickly. In this episode, we look at a standalone React Component authenticating to a Rails 5 only API.

From Devise to Auth0
Play
19:29 CC

From Devise to Auth0

#225 Jan 19, 2020 pro
Continuing from the previous episode, we look at the transition process from Devise to Auth0.

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.

Setting Up and Testing OmniAuth
Play
14:08 CC

Setting Up and Testing OmniAuth

#222 Dec 29, 2019 pro
In this episode, we look at creating a Ruby on Rails application with OmniAuth as the authentication solution and write tests to ensure that it works properly.

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.