Auth0 checking if user is online?

Hello,

Sorry if this question has been asked, but is there a way to check using auth0 if a user is logged in at any given time?

Thanks!

Hi @jkm151997,

Welcome to the Community!

There isn’t a built in way to do this. With token authentication there might not be an explicit way to determine whether a user is ‘logged in’. You could define this as whether a token has been issued and is not expired, or if there is an existing cookie session or refresh token that exists, really depends on what your goal is.

Hope this clarifies,
Dan

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.