FriendsOfSymfony / oauth2-php

A server implementation of OAuth 2.0
MIT License
515 stars 112 forks source link

Update OAuth2.php #121

Closed alexwyett closed 4 years ago

alexwyett commented 4 years ago

If $storedUris contains multiple entries of the same domain with different ports, this check was returning (true or false) on the first uri and not validating all of the values in the array.

GuilhemN commented 4 years ago

Indeed, thanks :)

alexwyett commented 4 years ago

No problem! Thanks for merging 🙂