lib/rodauth/features/oauth_device_grant.rb in rodauth-oauth-0.10.2 vs lib/rodauth/features/oauth_device_grant.rb in rodauth-oauth-0.10.3
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Rodauth
Feature.define(:oauth_device_grant, :OauthDeviceGrant) do
- depends :oauth_base
+ depends :oauth_authorize_base
auth_value_method :use_oauth_device_code_grant_type?, false
before "device_authorization"
before "device_verification"