Add support for creating a user using the API
This commit is contained in:
parent
3114c1f73e
commit
695728295a
5 changed files with 122 additions and 20 deletions
|
@ -115,7 +115,7 @@ class AuthController extends BaseController
|
|||
* @Post("/validate")
|
||||
* @Versions({"v1"})
|
||||
* @Request(headers={"Authorization": "Bearer <jwt-token>"})
|
||||
* @Response(204);
|
||||
* @Response(204)
|
||||
*/
|
||||
public function postValidate(Request $request) {
|
||||
return $this->response->noContent();
|
||||
|
|
Reference in a new issue