@opengis/fastify-table
Version:
core-plugins
7 lines • 390 B
TypeScript
export declare function scryptHash(code: string): Promise<string>;
export declare function scryptVerify(stored: string, code: string): Promise<boolean>;
export declare function sign(uid: string, secret?: any, exp?: number): string;
export declare function verify(token: string, secret?: any): boolean;
declare const _default: null;
export default _default;
//# sourceMappingURL=jwt.d.ts.map