Skip to content

v0.2.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@lakhansamani lakhansamani released this 07 Aug 12:55
8b2dce6

Regenerated from BSR after authorizerdev/authorizer#753.

BREAKING

DeleteUserRequest.Email and GetEmail() are removed. Use Id / GetId().

Email is not an identifier every account has — a phone-only signup has none — so an email-keyed delete could not reach those accounts at all.

Proto field 1 is reserved, not reused: email and id are both strings, so reusing tag 1 would let an old client's email decode silently as an id on a delete path. Reserving makes an old client fail loudly instead.

Requires server 2.4.0+.