Skip to content

3.3.0

Compare
Choose a tag to compare
@bizley bizley released this 20 Jul 15:18
· 40 commits to master since this release
e346ef8

Added throwException option to JwtHttpBearerAuth.

Whether the filter should throw an exception i.e. if the token has an invalid format. If there are multiple auth filters (CompositeAuth) it can make sense to "silent fail" and pass the validation process to the next filter on the composite auth list. Default is true.

Thank you @nadar for this feature.