Commit Graph
7 Commits
Author SHA1 Message Date
Mo 4a87114f91 chore: lint 2023-05-28 11:09:15 -05:00
Mo cd92f7827c refactor: rename groups to vaults 2023-05-28 10:30:10 -05:00
Mo b5d40b2b70 wip: e2e tests 2023-05-17 05:57:05 -05:00
Mo ff030391a4 wip: usecases 2023-05-16 07:36:25 -05:00
Karol SójkoandGitHub c71f7ff8ad feat: extract cache entry model to domain-core (#581)
* feat: extract cache entry model to domain-core

* fix(auth): rename cache table to be auth specific
2023-05-02 11:43:50 +02:00
Karol SójkoandGitHub 56c922e715 feat(auth): add cache entries model (#576) 2023-05-01 09:49:27 +02:00
Karol SójkoandGitHub 3aef5998df feat: sqlite driver for auth service (#572)
* wip: initial sqlite bootstrap

* wip: switch to sqlite3 as default db type

* wip: boilerplate data

* fix(auth): case sensitive register and login

* fix(auth): refactor username validations

* fix(auth): allow changing username to both username and email:

* fix(auth): lock middleware for recovery log in

* fix(domain-core): specs for invalid types

* fix(auth): lock middleware specs

* fix(auth): typeorm code arrangements

* fix: running e2e on both mysql and sqlite in ci
2023-04-27 11:17:01 +02:00