You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keys provided as Yii aliases are resolved even if they are a part of key configuration array and not only when provided as a string shortcut. Previously I stated in the example file that this is possible which was not true - so it is now. Thank you @spmaxinc for pointing that out.
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.