@matigo I would assume so, as that behavior is needed to allow a user to log in from the same app on two separate devices, right?
@matigo If a user logs in again without logging out in between, the API returns a new authorization token?
Tearing my head off because of a bug that happened mostly during the weekend and cannot be reproduced anymore. Some days I just hate my work.
@matigo @konrad I think I will use the 3rd-party library. Just to make things easier for me.
@matigo Most likely the wrapper I would write would not get that easily out of date. The SQLite access layer isn't bound to change that often. That 3rd-party library I've been eyeing (and using in other projects) has changed some of its API quite dramatically during the past 12 months. But it would make things a lot easier, though…
Hmm… To use a 3rd-party library to handle the database or to write my own wrapper for the SQLite access, that's the question of the day. If I use the library, the code will be much, much easier. But then again, that's a 3rd-party library I need to keep updated. Decisions, decisions…