lykmapipo / ngAA

DRY authentication and authorization for angular and ui-router
41 stars 13 forks source link

multi login issue #20

Open SUVADEEP opened 8 years ago

SUVADEEP commented 8 years ago

The ability of multi login needs to be implemented. "Previous localstorage data when replaced by the new one, the previous login should be killed or fallback to login page"

SUVADEEP commented 8 years ago

Ok SessionStorage doing the work for us, thanks.

lykmapipo commented 8 years ago

@SUVADEEP

have you used signout directive?. As of now it clear localStorage data and send you to login screen