Having the auth services in core module seems to harmful and not easily understood by everyone, seeing all issues around it, especially due to imports loops and http service extension.
To remediate that, I propose to move all auth related services to a dedicated auth module, that will also contain the login page and components.
Having the auth services in core module seems to harmful and not easily understood by everyone, seeing all issues around it, especially due to imports loops and http service extension.
To remediate that, I propose to move all auth related services to a dedicated
auth
module, that will also contain the login page and components.