revert(auth): remove RSA support from authentication and related components
This commit is contained in:
@@ -9,7 +9,6 @@ enum KeyType {
|
||||
KEY_TYPE_UNSPECIFIED = 0;
|
||||
KEY_TYPE_ED25519 = 1;
|
||||
KEY_TYPE_ECDSA_SECP256K1 = 2;
|
||||
KEY_TYPE_RSA = 3;
|
||||
}
|
||||
|
||||
message AuthChallengeRequest {
|
||||
|
||||
Reference in New Issue
Block a user