How do we get the details of a currently logged in user from front end?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sujithraalink
    Member
    • Oct 2018
    • 94

    How do we get the details of a currently logged in user from front end?

    How do we get the details of a currently logged in user from front end? Including name, usename etc. Please help me to resolve this issue.
  • telecastg
    Active Community Member
    • Jun 2018
    • 907

    #2
    this.getUser() from a model, collection or controller will return the user object

    Comment

    Working...