Hello,
I see that to get UserDetails information, you call a service method that get these information from database. Is there any reason for that?
Because each request comes, server will make a call to database. This will consume a lot of resources.
Thank you!