Implement identity verification feature with image upload and token management
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
All checks were successful
Build And Push Dev Docker Image / docker (push) Successful in 2m2s
This commit is contained in:
@@ -63,6 +63,16 @@ namespace FoodsharingSiegen.Contracts.Entity
|
||||
/// </summary>
|
||||
public bool Warning { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a token string used to securely authorize upload logic.
|
||||
/// </summary>
|
||||
public Guid? VerificationToken { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets uploaded identity verification images.
|
||||
/// </summary>
|
||||
public ICollection<ProspectImage>? Images { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user