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
Update readme with doNotRedirect documentation
Update the readme to include documentation on the functionality of the
doNotRedirect parameter for logoutConfirmed.
Release 2.1.2: Really support last attempted URL properly on expired …
…authentication
Correction of the permit function and adding fallback for
getLastAttemptedUrl behavior along with removal of the
clearLastAttemptedUrl method. Worked through all validations in an
application and finally proved out how this should behave to support
re-authentication processing and not lose the target URL as hops happen.
Remove getAttemptedPath functionality
* Functionality does not need to be recorded internally in the service
and if desired can be handled by the caller.
Remove hard dependency on local.storage service
Storage service is now defined during configuration and then dynamically
injected when required. Tests have been updated to use local.storage for
validation. This also removes the hard dependency on ngCookies that
existed merely to satisfy local.storage service.