ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Logout on exit #218

Closed KilianCallebaut closed 7 years ago

KilianCallebaut commented 7 years ago

User story

As a product owner I want to end my session when I exit the app.

What

This issue demands that a session is ended, meaning the user will have to log in again when he enters the app and everything resets except for what is explicitly written to the database.

Why

This issue is needed for the project because we must have a way to end sessions so that we can temporarily save the password to encrypt the database.

How

This feature can be added by making a logout activity or at least a logout method in main activity.

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when

Notes