-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get updated user information #11
Comments
I stumble upon the same problem. Current i have to force logout then login the user. Am open for discussion. I will appreciate PR. |
It shouldn't be too hard, but might involve making the directives etc be aware of the new permissions too. I can contribute. |
Sure. Just send me a PR |
I was thinking of creating a new method $auth.refreshProfile() but I believe that the directives will not update. Thoughts? |
I need to method for update profile information? Already is there any way? |
How can I deal with the situation where a user's info/profile/permissions have changed? It seems that the user json object is only received upon login.
The text was updated successfully, but these errors were encountered: