Module: user
IQ User System
Summary
User management, authentication, and data persistence
Table of contents
Enumerations
Classes
Interfaces
Functions
Functions
getUserDatabase
▸ getUserDatabase(): IUserDatabase
Returns
Defined in
initUserDatabase
▸ initUserDatabase(bbsPath): void
Initialize the user database with a BBS-specific data path
Parameters
| Name | Type | Description |
|---|---|---|
bbsPath |
string |
The root directory of the BBS (where iniquity.ts lives) |
Returns
void
Defined in
setUserDatabase
▸ setUserDatabase(db): void
Parameters
| Name | Type |
|---|---|
db |
IUserDatabase |
Returns
void