1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Update unleash-context.md

This commit is contained in:
Sven Luijten 2019-04-26 14:29:06 +02:00 committed by Ivar Conradi Østhus
parent eb9d0e865d
commit 6afdff68f0

View File

@ -16,4 +16,4 @@ All fields are optional, but if they are not set you will not be able to use cer
E.g., the `userWithId` strategy obviously depends on the `userId` field.
The `properties` field is more generic and can be used to provide more abritary data to strategies. Typical usage is to add more metadata. For instance, the `betaUser` strategy may read a field from `properties` to check whether the current user a beta user.
The `properties` field is more generic and can be used to provide more abritary data to strategies. Typical usage is to add more metadata. For instance, the `betaUser` strategy may read a field from `properties` to check whether the current user is a beta user.