Closed DasProffi closed 1 year ago
Commit: 134c32b
Nice! Code looks good some far, some changes.
Two classes are named similar with similar behaviour:
AuthService
andAuthenticationService
. TheAuthService
is bounded to an app and the users session:UserService
? Gets confusing in the future as well.
I have renamed it to UserSessionService
seems appropriate and distinct
We should still discuss what to do if an error occurs, e.g. due to a missing internet connection. Currently, the user does not get any feedback if, for example, he presses the login button, but there is no internet connection.
We should still discuss what to do if an error occurs, e.g. due to a missing internet connection. Currently, the user does not get any feedback if, for example, he presses the login button, but there is no internet connection.
Thank you for the reminder, will be done in #431
Which issues does this pull request close?
closes #425