Can supabse help me to manage users' devices/sessi...
# help
v
Can supabse help me to manage users' devices/sessions ?
n
Hello @vinciarts! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
v
Each user can see his session list and logout remotely
a
I think that it is too much overhead for a Supabase project to have something like that. I solved this by just creating a new table with
user.id
,
ip-address
,
mac-address
and a
device-name
which is checked upon login if it exists. If not, explicitely logout. It's not only an extra security feature for multi-login but also a
stay logged in
server-side check
n
vinciarts (2022-05-24)
Thread was archived by @vinciarts. Anyone can send a message to unarchive it.