lib/rodauth/features/oauth_dpop.rb in rodauth-oauth-1.6.0 vs lib/rodauth/features/oauth_dpop.rb in rodauth-oauth-1.6.2

- old
+ new

@@ -1,8 +1,7 @@ # frozen_string_literal: true require "rodauth/oauth" -require "logger" module Rodauth Feature.define(:oauth_dpop, :OauthDpop) do depends :oauth_jwt, :oauth_authorize_base