TrueCar / react-launch-darkly

Simple component helpers to support LaunchDarkly in your React app.
MIT License
76 stars 20 forks source link

Is there a way to create LD users? #97

Closed samuelcastro closed 5 years ago

samuelcastro commented 5 years ago

When doing:

<LaunchDarkly
      clientId={LD_CLIENT_SIDE_ID}
      user={{ key: '123', name: 'test' }}
    >
...
</LaunchDarkly>

Is there a way to create that user on LD?

samuelcastro commented 5 years ago

nvm, my mistake.

sethbattin commented 5 years ago

Self-answered, but for posterity:

https://docs.launchdarkly.com/docs/targeting-users

While the Targeting tab uses the language of targeted "users", a user can be any identifier that uniquely corresponds to a target. You can target users of your application, email addresses, systems, services, machines, resources, or anything else that can be uniquely identified.