Skip to content

Commit

Permalink
sensitive comparators
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Feb 27, 2020
1 parent cc4fc8c commit fed4003
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/advanced/targeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,18 @@ The following comparators assume that *Attribute* and *Comparison value* contain
If you don't see them among your comparators, please <a href="https://configcat.com/Support/ContactUs" target="_blank">contact us</a>
and we are happy to turn this feature on.

> Please note that sensitive text comparators are only available in configcat-js (from v2.1.1) and configcat-node (from v3.1.1).
> Accessing feature flags using other SDKs might cause critical errors in your application.
| SDK | Sensitive comparator support from |
| ------- | --------------------------------- |
| JS | v3.0.0 |
| Node | v4.0.0 |
| PHP | v3.0.2 |
| Python | v3.0.2 |
| Ruby | v2.0.3 |
| Go | v4.0.2 |
| Java | v4.0.1 |
| Android | v4.0.0 |
| .NET | v4.0.0 |
| Swift | v4.0.0 |

Use sensitive text comparators if you are using ConfigCat with frontend applications and you are targeting users based on sensitive data
(like email addresses). In this case the feature flag evaluation is based on the secure hashes of your comparison values. So whenever
Expand Down

0 comments on commit fed4003

Please sign in to comment.