All Notable changes to gigya-client
will be documented in this file
- [BC] Move all requests to use POST instead of GET to gigya.
- Prevents email/password leakage and some people are having issues with credentials in query params.
- If you use any custom
Handler
s that assume GET request or look at query params then they will need to change.
- Upgrade Guzzle from v5 to v6
- All Subscribers are now Guzzle Middleware
- Renamed
->addSubscriber
to->addHandler
- Renamed
->removeSubscriber
to->removeHandler
- OAuth2 authentication
- Moved Subscribers and Validators to the Gigya object, call these directly
- Constructor of Gigya takes a configuration array with properties
- modification to the order of arguments
- Authentication is done using a Guzzle subscriber and you can supply your own
- You can supply your own response factory for custom response handling
- initial Release