Skip to content

doNotRedirect support for logoutConfirmed

Compare
Choose a tag to compare
@justinsa justinsa released this 24 Oct 02:13
· 6 commits to master since this release

logoutConfirmed method can be provided a Boolean doNotRedirect flag to prevent it from performing any $location.url(...) change. This prevents changing the location when logoutConfirmed is called due to an expired or cookie missing authorization scenario, which prevents a miscellaneous redirect that ultimately bumps the user to the logoutRedirectUrl location.