1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-17 00:17:59 +02:00

18 Commits

Author SHA1 Message Date
4894f2a3d8 fix schema migration requiring web context 2019-08-21 19:28:23 -08:00
9e0f105e2f Fix crazy cros project dep because we had to use interfaces 2019-08-21 18:34:14 -08:00
d277b0ec25 Use interface in the handlers of web-api/web-app 2019-08-17 11:21:31 +07:00
102ca82125 Completed web-api and web-app updates 2019-08-14 17:59:47 -08:00
58d645dacb fix account signup 2019-08-13 00:41:10 -08:00
7217deaf15 improved unique validation function to support multiple fields. 2019-08-07 21:17:57 -08:00
900cfcf713 fixed redirects to handle saving the session when set 2019-08-05 18:47:42 -08:00
7a7510cdc5 Fixed web-app from breaking changes 2019-08-05 17:23:56 -08:00
6680064cd5 fix signup validation 2019-08-04 23:27:02 -08:00
ed6147260a fixed signup 2019-08-04 23:24:30 -08:00
ba96e8b367 Completed virtual user login and switch accounts 2019-08-04 21:28:02 -08:00
bb9820ffcc moved auth from user package and added timezone to context values 2019-08-04 14:48:43 -08:00
fad0801379 checkpoint 2019-08-03 16:35:57 -08:00
32cb554dfa completed flash messages 2019-08-03 15:01:17 -08:00
1d69ea88a3 Fix unittests 2019-08-01 16:17:47 -08:00
232648a2cc signup autocomplete 2019-08-01 11:34:03 -08:00
e81e4690af Completed user login with session authentication 2019-07-31 18:34:27 -08:00
227af02f31 issue#16 web-app account signup
Account signup works with validation and translations.
2019-07-31 13:47:30 -08:00