lib/rodauth/features/oauth_token_introspection.rb in rodauth-oauth-0.10.3 vs lib/rodauth/features/oauth_token_introspection.rb in rodauth-oauth-0.10.4

- old
+ new

@@ -13,9 +13,10 @@ # /introspect route(:introspect) do |r| next unless is_authorization_server? before_introspect_route + require_oauth_application r.post do catch_error do validate_oauth_introspect_params