UNPKG

@unicoderns/cerberus

Version:

Auth secure library

30 lines (20 loc) 468 B
# Verifications User verifications related functions. ## DB Take a look at [unicoderns ORM](http://unicoderns.com/docs/ORM/) to know the standard capabilities. ### Model Available at: ```typescript import * as verifications from "@unicoderns/cerberus/db/verificationsModel"; ``` ### Structure ```typescript export interface Row extends Models.Row { id?: number; created?: number; token: string; user: number; } ``` ## Custom capabilities Soon