mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
48 stars 40 forks source link

fix(validation): Allow redirect uris with existing query params. #548

Closed rfk closed 6 years ago

rfk commented 6 years ago

A quick fix for #547; we don't do anything with these URIs other than tunnel them around to the content-server, which does its own additional validation. @mozilla/fxa-devs r?

Fixes #547.

l-hedgehog commented 6 years ago

Thanks!