wallabag/tests/Wallabag/ApiBundle/Controller
Jeremy Benoist 0c00e52516
Create a client when creating a user using the api
While creating a new user using the API, we also create a new client for the current user.
So the app which just create the user can use its newly created client to configure the app.

That new client is only return after creating the user.
When calling the endpoint /api/user to get user information, the new client information won’t be return.
2017-06-07 23:23:28 +02:00
..
DeveloperControllerTest.php Isolated tests 2017-05-31 16:03:54 +02:00
EntryRestControllerTest.php Add ability to patch an entry with more fields 2017-06-02 20:52:49 +02:00
TagRestControllerTest.php Isolated tests 2017-05-31 16:03:54 +02:00
UserRestControllerTest.php Create a client when creating a user using the api 2017-06-07 23:23:28 +02:00
WallabagRestControllerTest.php API user creation behing a toggle 2017-06-02 11:32:38 +02:00