Join Discord
Powered by
Checking if a person is logged in can be done on t...
# general
r
rp_st
10/29/2020, 10:45 AM
Checking if a person is logged in can be done on the frontend SDK: - if you are using fetch:
https://supertokens.io/docs/website/fetch/checking-for-active-session
- if you are using axios:
https://supertokens.io/docs/website/axios/checking-for-active-session
Previous
Next