feat: refactoring auth & add email password login (#318)
* feat: wip * fix: issues * feat: clean controllers and services * fix: test * Fix auth --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
4
server/src/core/auth/dto/token.entity.ts
Normal file
4
server/src/core/auth/dto/token.entity.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export class TokenEntity {
|
||||
token: string;
|
||||
expiresAt: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user