auth, Users: initial preparation for multi client support

BREAKING CHANGE
This commit is contained in:
Jesse Chan
2020-10-11 00:07:11 +08:00
parent 61002f698b
commit cf08d68c92
35 changed files with 878 additions and 504 deletions

View File

@@ -1,7 +1,7 @@
import {EventEmitter} from 'events';
import type TypedEmitter from 'typed-emitter';
import type {UserInDatabase} from '@shared/types/Auth';
import type {UserInDatabase} from '@shared/schema/Auth';
import type {UserServices} from '.';