DesarrolloAntonio / Shiori-Android-Client

Android app client for Shiori
Apache License 2.0
126 stars 3 forks source link

When logging out of your account, the database is not cleared #32

Closed Katarn closed 5 months ago

Katarn commented 5 months ago

How to reproduce:

  1. Log in and load the list of articles.
  2. Log out of your account.
  3. Stop the Shiori server, delete (or rename) the database so that the next time it starts it will be empty.
  4. Launch the Shiori server.
  5. Log in to your account via PageKeeper.
  6. We see that a cached list of articles remains.

This may have potential security issues if the application user decides to change servers.

DesarrolloAntonio commented 5 months ago

Can you test in v1.18.1?

Katarn commented 5 months ago

Fixed, thanks!