DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Allow passing a destination title in authorization flow. #72

Closed DFurnes closed 7 years ago

DFurnes commented 7 years ago

Changes

This pull request adds support for passing a "destination" string to the Northstar authorization flow. This is used to specify a "user-friendly" destination within a larger application, for example a campaign title. To reduce confusion, I also renamed the old $destination (for the post-auth URL) to $url.

🗺