feat: Security
This commit is contained in:
@@ -20,4 +20,7 @@ export class AuthUserEntity {
|
||||
|
||||
@Column('integer')
|
||||
createdAt!: number;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
signingPublicKey!: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user