Retrieve data from the logged-in user - Angularjs

Asked

Viewed 266 times

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.

  • Make an ajax request each time you enter the screens. (not the best mode, but this is the answer to p/ your question)

  • Right, that way it works. But how do I do it the right way?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.