Greenstand / treetracker-ios

IOS version of the Treetracker
GNU Affero General Public License v3.0
16 stars 42 forks source link

Add logout functionality #23

Closed AlexCornforth closed 4 years ago

AlexCornforth commented 4 years ago

As a user, I want to log out of the app, so that another user can sign in

Acceptance Criteria When I view the profile screen, is the logout button present When I tap the logout button, do I get logged out of the app and returned to the sign-in screen

Solution Guidance Use coordinators for navigation logic

Maxime-Oriol commented 4 years ago

Ok, I can work on :)