icrc / openmrs-android-fhir

BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

Add Logout action #65

Open icrc-fdeniger opened 2 months ago

icrc-fdeniger commented 2 months ago

A new "Logout" option should be added to the main menu. This action will perform the following steps:

Warn the user that all locally stored data will be lost. Delete all login information and preferences (using androidx.datastore.preferences). Clear all local data, especially the local FHIR DataStore. Redirect the user to the login page.