Hi everyone, i want to use supertokens to implemen...
# support-questions-legacy
d
Hi everyone, i want to use supertokens to implement a small subscription service for my desktop app. i simply just need to check if the user has any time left on their plan, then decide whether to authenticate or not. Can this be done with only supertokens? or would i have to make a seperate service? Thanks!!
r
hey @channels it can be implemented. Checkout our session recipe. You can create anonymous sessions from it and add info about subscription time left in the session.