zf-fr / zfr-oauth2-server

PHP library for creating an OAuth 2 server (currently proof of concept)
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

Pass the ServerOption instance to any service that's configurable #57

Closed basz closed 7 years ago

basz commented 7 years ago

Instead of calling setWhateverOption on created service instances within factories, we should pass the ServerOptions instance as constructor argument.

If agreed I'll do it in a seperate after #55 and #56 have been merged.

basz commented 7 years ago

58

basz commented 7 years ago

via #58