Support redirectDelayMilliseconds option on login() and logout(), to be used on redirects. Default is no delay, redirect immediately.
Not necessarily a breaking change: if one relied on the default delay of 10ms, the calls should be altered to include the new option { ..., redirectDelayMilliseconds: 10 }.
Support
redirectDelayMilliseconds
option onlogin()
andlogout()
, to be used on redirects. Default isno delay
, redirect immediately.Not necessarily a breaking change: if one relied on the default delay of
10ms
, the calls should be altered to include the new option{ ..., redirectDelayMilliseconds: 10 }
.