Add email validation service
This commit is contained in:
@ -10,9 +10,9 @@ option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/a
|
||||
service Accounts {
|
||||
rpc SignUp (AccountWithPassword) returns (AccountFullWithToken) {}
|
||||
rpc SignIn (AccountWithPassword) returns (AccountFullWithToken) {}
|
||||
rpc ValidateEmail(AccountDataWithEmailCode) returns (google.protobuf.Empty) {}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Represents a environment UUID only
|
||||
*/
|
||||
@ -46,7 +46,3 @@ message AccountFullWithToken {
|
||||
string token = 3;
|
||||
}
|
||||
|
||||
message AccountDataWithEmailCode {
|
||||
AccountData data = 1;
|
||||
int32 code = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user