add refresh token
This commit is contained in:
@@ -24,4 +24,7 @@ export class User {
|
||||
@ManyToMany(() => UserGroup)
|
||||
@JoinTable()
|
||||
groups: UserGroup[];
|
||||
|
||||
@Column({ nullable: true })
|
||||
hashedRefreshToken?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user