Hi, we're using supertokens-node on our backend and i've been trying to figure out how to access the
last_active
info for a user. I can see there's a table for it but I can't seem to see how I can retrieve that data using the SDK. I wanted to avoid directly querying the table because it makes testing easier but is this possible at all?
r
rp_st
09/21/2023, 2:32 PM
hey @karan_85161 we don't expose that from the core as an API. But if you are using self hosted, you can query it yourself.
k
karan_85161
09/21/2023, 3:18 PM
No problem thanks for the response! Do you know if there are any plans to expose that in the future?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).