lib/rodauth/features/oauth_application_management.rb in rodauth-oauth-0.10.1 vs lib/rodauth/features/oauth_application_management.rb in rodauth-oauth-0.10.2

- old
+ new

@@ -13,11 +13,9 @@ view "oauth_applications", "Oauth Applications", "oauth_applications" view "oauth_application", "Oauth Application", "oauth_application" view "new_oauth_application", "New Oauth Application", "new_oauth_application" view "oauth_application_oauth_tokens", "Oauth Application Tokens", "oauth_application_oauth_tokens" - auth_value_method :oauth_valid_uri_schemes, %w[https] - # Application APPLICATION_REQUIRED_PARAMS = %w[name scopes homepage_url redirect_uri client_secret].freeze auth_value_method :oauth_application_required_params, APPLICATION_REQUIRED_PARAMS (APPLICATION_REQUIRED_PARAMS + %w[description client_id]).each do |param|