rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Redirection when login fails #77

Closed mjurfest closed 6 years ago

mjurfest commented 6 years ago

When the login fails (user or password are not ok) the server answer is 401. In the CommunicationManager if the answer is 401, then the app logs out the user, so the login screen is dismissed and the user go back to the landing screen. Then the error message appears in the landing screen instad of the login screen.

glm4 commented 6 years ago

Closing from #78