feature: signup and login work
This commit is contained in:
parent
a4a750b35c
commit
3d42591ee5
18 changed files with 956 additions and 65 deletions
|
@ -19,6 +19,7 @@ export const SESSIONS = new FSDB_COLLECTION<SESSION>({
|
|||
user_id: new FSDB_INDEXER_SYMLINKS<SESSION>({
|
||||
name: 'user_id',
|
||||
field: 'user_id',
|
||||
to_many: true,
|
||||
organize: by_lurid
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue