FriendsOfSymfony / oauth2-php

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

Properly unescape redirect_uris before comparing them #97

Open netmikey opened 7 years ago

netmikey commented 7 years ago

Fixes https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/460

rhunault commented 7 years ago

It would be very usefull to work with HWIOAuthBundle which url encode redirect_uri !