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
rp_st
04/21/2023, 5:25 AM
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.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).