18 Commits

Author SHA1 Message Date
672aba7084
fix(auth): fix mock on register 2022-12-07 19:52:00 -05:00
5298bd99ed
feat(authentication): add reauthenticate, updateEmail and updatePassword 2022-12-07 19:50:19 -05:00
ca70f2eb1d
feat(authentication)!: add repo in callback usecases (close #55) 2022-12-03 18:53:20 -05:00
f123e537ae
fix(authentication): allow email/password validators customization (closes #57) 2022-12-03 18:41:04 -05:00
626d951443
fix(authentication)!: use FutureOrResult extension (close #41) 2022-11-24 11:18:16 -05:00
390fb81b1e
fix(auth): fix stream account, now including correctly extra data 2022-11-16 19:51:45 -05:00
279d451cd8
fix(auth): fix mock isNewUser 2022-11-16 19:48:03 -05:00
3d7af98ac9
fix(auth): add sort of mutex on onAuthChanges callback trigger 2022-11-16 17:16:41 -05:00
f05f2230e9
fix(auth): add initial null account event in stream in the mock authentication 2022-11-16 15:46:07 -05:00
87254ef547
feat(auth): add fully functionnal mock data source 2022-11-11 18:48:30 -05:00
da34acd35b
fix(auth): return exception and not throwing it anymore 2022-11-11 18:47:59 -05:00
08f789725b
feat(auth): add toString and equality on entities and models 2022-11-11 18:46:37 -05:00
03a51b97ad
feat(auth)!: add email verification, password reset support 2022-11-11 16:53:36 -05:00
b2a9dac7c6
refactor(auth): rename local to cache auth data source 2022-11-10 13:31:00 -05:00
c0a91d6437
feat!(auth): use form repository 2022-11-10 13:30:13 -05:00
2f572db4a4
feat: add data sources 2022-11-09 01:47:09 -05:00
3972c56e55
feat: rewrite authentication repository 2022-11-09 01:46:28 -05:00
d9d45db5c0
feat(auth): add reactive repo + extra data + router examples + tests 2022-08-26 13:42:53 +02:00