KitaPlatzZentrale / kpz

1 stars 0 forks source link

Adjusted Email signup endpoints #82

Closed Darjusch closed 1 year ago

Darjusch commented 1 year ago

MongoDB should create a now timestamp for this:

  @IsDateString()
  @IsNotEmpty()
  createdAt: string;
  @IsDateString()
  @IsNotEmpty()
  consentedAt: string;
consentId

Should be UUID created in the backend 
should not be send from frontend aswell as the above 
done for both endpoints