latis-data / latis3

Apache License 2.0
8 stars 1 forks source link

Allow constructing servers from HttpRoutes #723

Open lindholc opened 1 month ago

lindholc commented 1 month ago

Adds a new makeServer method that accepts HttpRoutes rather than subclasses of ServiceInterface (which contain routes). This allows us to manipulate the routes to enable auth without needing to change the definition of the service interface, among other things.