mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:28:03 +01:00
Revert "Allow use of the token returned with spam challenges as auth for the challenge verification request"
This commit is contained in:
committed by
GitHub
parent
9aaac0eefd
commit
5847300290
@@ -2,7 +2,6 @@ package org.whispersystems.textsecuregcm.entities;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import java.util.List;
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
@@ -10,7 +9,6 @@ public class RateLimitChallenge {
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
@Schema(description="An opaque token to be included along with the challenge result in the verification request")
|
||||
private final String token;
|
||||
|
||||
@JsonProperty
|
||||
|
||||
Reference in New Issue
Block a user