|
|
func (s *EtcdServer) Authenticate(ctx context.Context, r *pb.AuthenticateRequest) (*pb.AuthenticateResponse, error) {
|
|
func (s *EtcdServer) Authenticate(ctx context.Context, r *pb.AuthenticateRequest) (*pb.AuthenticateResponse, error) {
|
|
|
checkedRevision, err := s.AuthStore().CheckPassword(r.Name, r.Password)
|
|
checkedRevision, err := s.AuthStore().CheckPassword(r.Name, r.Password)
|