feat: create HydraApi

This commit is contained in:
Zamitto
2024-06-11 22:09:24 -03:00
parent d31d056e5e
commit 81f2e509c5
5 changed files with 99 additions and 4 deletions

View File

@@ -37,4 +37,10 @@ export class UserPreferences {
@UpdateDateColumn()
updatedAt: Date;
@Column("text", { default: "" })
accessToken: string;
@Column("text", { default: "" })
refreshToken: string;
}