The idea is to run an authentication server (that deals with user passwords, etc.) in it's own process for security reasons.
The authentication stuff — I mean the stuff in src/Auth — should be moved into the authentication repository.
There must be some sort of API between the servers, as far as I know there wasn't a precise decision made yet.
The authentication stuff is mostly separate already, a direct copy won't be possible though, because this server would connect to a different database.
I already created my own repository and slowly start moving the stuff over, however, I don't have much time currently and likely won't be able to complete this in a reasonable amount of time.