Skip to content

Commit

Permalink
Disable base64_encoded by default
Browse files Browse the repository at this point in the history
Since all new clients created are not base64 encoded, it does not make
sense to keep this turned on by default.
  • Loading branch information
thameera committed Apr 24, 2017
1 parent cfdfbcc commit d69a3fa
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 d69a3fa

Please sign in to comment.