0
I need to get the data of the logged-in user, because some screens, only users with administrator permission will have access.
How do I save session data with Angularjs? I’m using Java in the backend.
0
I need to get the data of the logged-in user, because some screens, only users with administrator permission will have access.
How do I save session data with Angularjs? I’m using Java in the backend.
Browser other questions tagged angularjs
You are not signed in. Login or sign up in order to post.
Make an ajax request each time you enter the screens. (not the best mode, but this is the answer to p/ your question)
– PauloHDSousa
Right, that way it works. But how do I do it the right way?
– Guilherme Nass