Hi, we're using supertokens-node on our backend and i've been trying to figure out how to access the...
k
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
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
No problem thanks for the response! Do you know if there are any plans to expose that in the future?
r
For sure. The timeline is uncertain though.
2 Views