jacwright / RestServer

A PHP REST server for providing a very light-weight REST API.
MIT License
510 stars 194 forks source link

#79 - Split out Authentication from RestServer #99

Closed tyzoid closed 7 years ago

tyzoid commented 7 years ago

This allows users to define their own AuthServer handlers to support different authentication schemes. By default, an instance of HTTPAuthServer is registered for backwards compatibility.