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
use internal types for appFinalErrorHandler and appAuthHandler (#102) (6082a25)
🚚 Migration guide
Replace AuthPolicy.redirect value with AuthPolicy.required. Now redirect policy should have the same behaviour as the required policy. You can use appAuthDisableRedirect in global scope and authDisableRedirect in route scope to control redirect behaviour.
HTTP methods are now uppercase in the HttpMethod type. Keep this in mind when updating.
appCsrfMethods is now HttpMethod[] instead of string[]. Keep this in mind when updating.