Skip to content

Commit

Permalink
Merge pull request #20081 from totten/master-authx-defaults
Browse files Browse the repository at this point in the history
authx - Accept API keys by default
  • Loading branch information
eileenmcnaughton authored May 17, 2021
2 parents d0265c2 + 470101a commit 201062b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ext/authx/settings/authx.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
],
];
}

$s['authx_param_cred']['default'] = ['jwt', 'api_key'];
$s['authx_header_cred']['default'] = ['jwt', 'api_key'];
$s['authx_xheader_cred']['default'] = ['jwt', 'api_key'];

return $s;
};

Expand Down

0 comments on commit 201062b

Please sign in to comment.