CS4850Group5A / VirtuDoc

1 stars 3 forks source link

AuthenticationService helper method to get logged in user #145

Closed ARMmaster17 closed 2 years ago

ARMmaster17 commented 2 years ago

Summary

AuthenticationService needs a new method with the declaration UserAccount GetLoggedInUser(HttpServletRequest request).

Implementation