You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is massive and confusing and combines different responsibilities.
AuthenticationService resolves different means of authentication: username+password, api key, access token, cookie etc.
LoginService manages the login flow, login sessions, login descriptors. It uses Authentication service for evaluating the passwords and other authentication factors.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: