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.

reCAPTCHA v2
Play
11:10 CC

reCAPTCHA v2

#282 Feb 7, 2021 free
Reduce the number of bots and spam your Ruby on Rails application gets with Google reCAPTCHA v2.

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.

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.

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.