mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
refactor(nestjs): auth module
This commit is contained in:
@@ -3,6 +3,12 @@ import { SystemUser } from '../System/models/SystemUser';
|
||||
import { TenantModel } from '../System/models/TenantModel';
|
||||
import { AuthSignupDto } from './dtos/AuthSignup.dto';
|
||||
|
||||
export interface JwtPayload {
|
||||
sub: string;
|
||||
iat: number;
|
||||
exp: number;
|
||||
}
|
||||
|
||||
export interface IAuthSignedInEventPayload {}
|
||||
export interface IAuthSigningInEventPayload {}
|
||||
export interface IAuthSignInPOJO {}
|
||||
|
||||
Reference in New Issue
Block a user