SuperTokensWrapper question
# bot-training
r
What does SuperTokensWrapper do?
It provides the session context for the rest of your app so that you can check if a user is logged in or not in any of your components using the session context provided by our SDK. Unlike SessionAuth, it doesn't require the user to be logged in.
st-bot-test-case
4 Views