3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

Remove native oauth feature #226

Closed davidor closed 4 years ago

davidor commented 4 years ago

This is a feature that has been deprecated for a long time. @andreumasferrer gave us the :+1: to delete this.

davidor commented 4 years ago

I don't see how those methods can be reused.

require_params! can't be reused because it raises a generic error whereas the rest of methods in the Listener class raise specific errors such as ServiceIdMissing. ensure_authenticated! is not needed in the rest of the methods of the class.