Refactor authentication and request handling into a single entry point
Simplifies the code in AccountService a bit, moving more logic into the request types. The authentication and authorization bits have been split into a separate authService type for clarity.
Showing
Please register or sign in to comment