lib/rodauth/features/oauth.rb in rodauth-oauth-0.10.2 vs lib/rodauth/features/oauth.rb in rodauth-oauth-0.10.3

- old
+ new

@@ -1,5 +1,5 @@ -# frozen-string-literal: true +# frozen_string_literal: true module Rodauth Feature.define(:oauth, :Oauth) do depends :oauth_base, :oauth_authorization_code_grant, :oauth_pkce, :oauth_implicit_grant, :oauth_client_credentials_grant, :oauth_device_grant, :oauth_token_introspection,