bshaffer / oauth2-server-bundle

OAuth2 for your Symfony Application
MIT License
106 stars 72 forks source link

Bugfix: getClientScope should return a string #26

Closed relaxnow closed 10 years ago

relaxnow commented 10 years ago

Doctrine returns it as an array but ClientInterface demands a string.

bshaffer commented 10 years ago

I agree with the change, but we need to make sure the tests pass first

bshaffer commented 10 years ago

fixed in 8032b1c1dcf281775cd481d0d4c305a119e9c74e

relaxnow commented 10 years ago

Thanks! Sorry I missed the test.