commit | ab896ee3f7eee28d159a04248e61b68abd5a694c | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Fri Oct 29 18:06:55 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 03 11:15:32 2021 +0100 |
tree | c137314b44ce52681684c1cbb51c1dad4c06abeb | |
parent | 0d026edaefcee30d5532a9fde7cbfbeed411379e [diff] |
MINOR: jwt: Make invalid static JWT algorithms an error in `jwt_verify` converter It is not useful to start a configuration where an invalid static string is provided as the JWT algorithm. Better make the administrator aware of the suspected typo by failing to start.