Skip to content

Commit

Permalink
Update encryption_master_key property name (#371)
Browse files Browse the repository at this point in the history
`encryption_master_key` property for end to end encryption configuration, `encryption_master_key_base64` should be used instead.
  • Loading branch information
arkaitzgarro committed May 17, 2023
1 parent 4ace487 commit bcae44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The fourth parameter is an `$options` array. The additional options are:
* `timeout` - the HTTP timeout
* `useTLS` - quick option to use scheme of https and port 443.
* `cluster` - specify the cluster where the application is running from.
* `encryption_master_key` - a 32 char long key. This key, along with the
* `encryption_master_key_base64` - a 32 char long key. This key, along with the
channel name, are used to derive per-channel encryption keys. Per-channel
keys are used encrypt event data on encrypted channels.

Expand Down

0 comments on commit bcae44e

Please sign in to comment.