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
The following branch seems to "fix" this issue. At least it shows an easy way to avoid it :) Maybe it's possible to expose the path option to the submitLogin function?
Hi @andreasseiler - that branch has been merged for some time.
If I remember correctly, the issue is that it's impossible to control the cookie's path value when using the ngCookie module, and it was resulting in duplicate auth cookies.
The solution was to use the ipCookie module instead, and to force the cookie to use the root path of the domain (/).
Just to clarify, are you suggesting that this module should expose a param for setting custom auth cookie paths?
Hi there,
first of all thanks for your hard work!
Recently I stumbled across the following issue angular/angular.js#1786
The following branch seems to "fix" this issue. At least it shows an easy way to avoid it :) Maybe it's possible to expose the path option to the submitLogin function?
m2omou@6d70d76
Just an idea, I haven't thought it through regarding the impact it has ;)
Regards,
Andi
The text was updated successfully, but these errors were encountered: