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
I was just integrating this into my angular app and I came across what seems to be the same error, but I'm not sure. I get to the same location mentioned above by @amanfs in the debugger and at return accessLevel.bitMask, you'll get a type error because accessLevel is undefined at this point. I'm not sure what I'm doing wrong because I haven't really modified anything other than the call to login to change the the path it sends the login data to.
I'm using angular 1.1.5, but I went back to 1.0.7 to see if that was the issue and it's not. It's still throwing the same type error.
Anyone else seeing this? I really want to get this into my app.
Hey guys!
From the looks of the error trace the problem may be that you have a route in your routing table which doesn't contain the access property. I get the exact same error message if I intentionally remove the access property from a route and try to access it.
If that's not the problem, maybe you could give me access to the code in question so I can reproduce the problem more accurately?
Hey, first of all gotta say I love your method of authentication. I integrated your code, and made a cookie similar to yours
But when I try to login in, it breaks at
in the service 'Auth' and in the app.js file on the run function
any help would be much appreciated.
-Aman
The text was updated successfully, but these errors were encountered: