# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/x4m654q
@thecanine THe mobile app logging you out is weird, it should almost never happens as we don't have the concept of "refresh tokens".

The website OTH has an option called "Remember me". If you don't tick this box, your session will only be held in-memory and only for about an hour. If you tick the box it'll be held in the database for much longer (_honestly I can't recall how long! 😜_)_
@thecanine THe mobile app logging you out is weird, it should almost never happens as we don't have the concept of "refresh tokens".

The website OTH has an option called "Remember me". If you don't tick this box, your session will only be held in-memory and only for about an hour. If you tick the box it'll be held in the database for much longer (_honestly I can't recall how long! 😜_)_
@prologic it would be nice to have an option to never log off, unless done explicitly (or cookies are cleared, etc.).
@fastidious That's why we don't log you out if you're a registered user and using the mobile app 😂 The risk here of doing this on the web is it's an attack vector. You could have a maliciou
@fastidious That's why we don't log you out if you're a registered user and using the mobile app 😂 The risk here of doing this on the web is it's an attack vector. You could have a malicious bunch of assholes register tonnes of accounts and keep the session "permanent" and eat all your system resources 😅
@fastidious That's why we don't log you out if you're a registered user and using the mobile app 😂 The risk here of doing this on the web is it's an attack vector. You could have a malicious bunch of assholes register tonnes of accounts and keep the session "permanent" and eat all your system resources 😅