Files
Sofia Papagiannaki 7520166f17 API: Minor fix for team creation endpoint when using API key (#18252)
* Fix CreateTeam api endpoint

No team member should be created for requests
authenticated by API tokens.

* Update middleware test

Assert that `isAnonymous` is set for `SignedInUser`
authenticated via API key.

* Add test for team creation

Assert that no team member is created if the signed in user
is anomymous.

* Revert "Fix CreateTeam api endpoint"

This reverts commit 9fcc4e67f589008d7c44097f5cf08438c09c3c05.

* Revert "Update middleware test"

This reverts commit 75f767e58d212e21a351efea14bed79bbf881d2e.

* Fix CreateTeam api endpoint

No team member should be created for requests
authenticated by API tokens.

* Update team test

* Change error to warning and update tests
2019-08-08 11:27:47 +03:00
..
2019-05-13 08:45:54 +02:00
2018-06-26 09:22:31 +02:00
2018-04-13 20:31:29 +02:00
2019-02-06 06:41:39 +10:00
2018-07-02 14:13:18 +02:00
2018-10-17 15:58:52 +02:00
2018-11-12 20:01:53 +01:00
2019-07-19 17:13:29 +03:00