Mashail Almuzaini

Results 2 issues of Mashail Almuzaini

We have a proto with this message ``` ..... import "packages/proto/types/language.proto"; import "packages/api/protos/common/v1/common.proto"; ..... ...... message GetBeneficiaryAccountsByAliasRequest { string customer_id = 1 [(validate.rules).string.uuid = true]; Alias alias = 2; cigar.types.Language...

Bug
PR Open

**What would you like to be added**: - Ability to integrate with OAuth providers for authentication. **Why is this needed**: - Secure the UI as we sometimes will expose it...