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.

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.

Multiple Resources with Devise
Play
15:48 CC

Multiple Resources with Devise

#290 Apr 4, 2021 free
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.

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.