Home › Forums › Open Source Discussions › JHipster Discussion › To get Current user details in jhipster › Reply To: To get Current user details in jhipster
December 18, 2020 at 7:53 pm
#127650

Please excuse my questions if they’re dummy:
– Case 1 : I have an entity that i’m updating in EntityResource does this method give the User who is actually using the resource?
– Case 2 : If i have many user connected and using the same resource (EntityResource update) will this work properly and for each session, provide the corresponding user?