DoSomething / gateway

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

Adding options array #77

Closed itsjoekent closed 7 years ago

itsjoekent commented 7 years ago

This PR adds an optional array of options that Northstar can ingest for customizing the login experience. For example, a custom header photo.

Eventually, this should replace the $url and $destination method params

Here is an example output from p-n

Array ( [test] => hi diego [scope] => Array ( [0] => user [1] => openid [2] => role:staff [3] => role:admin ) [destination] => Teens for Jeans Testing )
DFurnes commented 7 years ago

Published to Packagist as v1.5.0!

itsjoekent commented 7 years ago

thanks!