Skip to content

Commit

Permalink
Merge pull request #11 from cash-track/authentication/user-register
Browse files Browse the repository at this point in the history
Add todo mark. Actualise dependencies.
  • Loading branch information
vokomarov authored May 24, 2020
2 parents d57dbc7 + f670703 commit 72d7f53
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 425 deletions.
2 changes: 2 additions & 0 deletions app/src/Controller/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public function register(RegisterRequest $registerRequest): ResponseInterface
], 500);
}

// TODO. Send confirmation email

// TODO. Authenticate newly user here

return $this->response->json([
Expand Down
Loading

0 comments on commit 72d7f53

Please sign in to comment.