Skip to content

Releases: DoSomethingArchive/gateway

v3.0.2

Choose a tag to compare

@weerd weerd released this 30 Jul 18:51
dec50f3

Fixes a bug where our WithOAuthTokens trait for testing was utilizing a now deprecated array_random() helper class. This switches to using the Arr class and Arr::random() static method on the class supported in Laravel 6.0+. (#130)

v3.0.1

Choose a tag to compare

@DFurnes DFurnes released this 20 Jul 17:13
0ae0f82

Fixes an issue using Laravel's optional() helper on RemoteUser. (#129)

v3.0.0

Choose a tag to compare

@DFurnes DFurnes released this 13 Jul 18:02
754d92f

Adds support for Laravel 6.x. (#128)

v2.2.1

Choose a tag to compare

@DFurnes DFurnes released this 01 Oct 14:46
856fafe

Fix issue loading profile for RemoteUser. (#127)

v2.2.0

Choose a tag to compare

@DFurnes DFurnes released this 30 Sep 21:45
48ad67c

Add support for using provided OAuth tokens for downstream requests with RemoteUser. (#126)

v2.1.0

Choose a tag to compare

@DFurnes DFurnes released this 24 Sep 21:56
e1bb07d

You can now request optional fields to be included on users. (#125)

gateway('northstar')->getUser($id, ['last_name', 'birthdate']);

v2.0.0

Choose a tag to compare

@DFurnes DFurnes released this 24 Sep 21:55
deca5f9

Update to use Northstar's v2/ APIs, including some slight API changes:

- gateway('northstar')->getUser('id', '5571f4f5a59dbf3c7a8b4569');
+ gateway('northstar')->getUser('5571f4f5a59dbf3c7a8b4569');

- gateway('northstar')->getUser('mobile', '5551234444');
+ gateway('northstar')->getUserByMobile('5551234444');

- gateway('northstar')->getUser('email', 'example@dosomething.org');
+ gateway('northstar')->getUserByEmail('example@dosomething.org');

v1.17.0

Choose a tag to compare

@aaronschachter aaronschachter released this 23 Mar 05:16

Adds sendUserPasswordReset

v1.16.0

Choose a tag to compare

@aaronschachter aaronschachter released this 07 Mar 19:23
204e42f

Renames userPasswordReset to userCallToAction (refs https://github.com/DoSomething/blink/pull/235)

v1.15.0

Choose a tag to compare

@aaronschachter aaronschachter released this 06 Mar 20:03
5927f3d

This cursed release deprecates pre-TGM Gambit client. It's cursed because it also adds the Blink userPasswordReset, which gets renamed in https://github.com/DoSomething/gateway/releases/tag/v1.16.0.

⚰️