-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adhoc: support deferred clientSideId and possibly secure mode? (#27)
* adhoc: support deferred clientSideId also an attempt at secure mode. Thus, one wouldn’t have to put the clientSideId into the config/environment.js The UI could hit an API endpoint, or possibly even the response body from a login, and then do something like this: return get(this, 'launchDarkly').initialize(userStuffHere, { clientSideId: FROM_THE_SERVER, hash: ALSO_FROM_THE_SERVER ); * remove dead code path involving LDClient check * cleanup * add documentation around options configuration Co-authored-by: Jared Galanis <[email protected]> Co-authored-by: Jared Galanis <[email protected]>
- Loading branch information
1 parent
08b1b81
commit f294a31
Showing
2 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters