15 Commits

Author SHA1 Message Date
dartpopikyardo
68a1269088 fix AuthControllerIntegrationTest 2016-09-27 16:14:21 +03:00
dartpopikyardo
4b74d2c1f1 fixed a non-404 responce in the case when the customer is not found 2016-09-27 16:08:11 +03:00
Chris Richardson
b2d135665c Simplified dependencies 2016-09-23 08:38:20 -07:00
dartpopikyardo
0f21a057b0 - splitted account deletion to 2 separate endpoints: /api/customers/{customerId}/toaccounts/{accountId} and /api/accounts/{accountId}
- simplified the tests
- cleared the code
2016-09-20 03:55:44 +03:00
dartpopikyardo
fd63640307 - added password to CustomerInfo
- added unique email constraint to CustomerQuerySide
- updated authorization logic
2016-09-08 22:17:41 +03:00
dartpopikyardo
55cb34ef4f fix issue #22 2016-09-02 15:11:44 +03:00
Main
e9517fe30f unified code format 2016-08-24 21:22:12 +03:00
Main
39309f23a1 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:43:41 +03:00
Main
b2b68ce163 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-client-java' into wip-customer 2016-07-25 23:06:05 +03:00
dartpopikyardo
28216a082d find current user by token 2016-03-11 21:10:50 +03:00
dartpopikyardo
91361a1b18 - added api-gateway-service
- fixed ObservableReturnValueHandler
2016-02-29 21:41:55 +03:00
Main
d36c01b331 added simultaneous token-based and http basic authentication 2016-02-17 21:42:37 +03:00
Main
c61cc82d0a changed error format 2016-02-17 18:42:57 +03:00
Main
65524286da changed error format 2016-02-17 18:36:42 +03:00
Main
8c342e40ce - added /login endpoint
- added authorization test
2016-02-15 23:18:28 +03:00