Skip to content

Commit

Permalink
Merge pull request #313 from thameera/base64_disable_default
Browse files Browse the repository at this point in the history
Disable base64_encoded by default
  • Loading branch information
cocojoe authored Jun 14, 2017
2 parents ab109a1 + d69a3fa commit 8e0d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WP_Auth0_Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function defaults() {
'auto_login_method' => '',
'client_id' => '',
'client_secret' => '',
'client_secret_b64_encoded' => true,
'client_secret_b64_encoded' => false,
'domain' => '',
'form_title' => '',
'icon_url' => '',
Expand Down

0 comments on commit 8e0d0e5

Please sign in to comment.