I have an app where the user, after logging in, ca...
# general
s
I have an app where the user, after logging in, can generate a token with a customizable lifetime (30 days, 60 days, Never) It is similar to generating a personal access token in github. The user should be able to revoke the token whenever required. This token will be used by the user to call a set of apis. How would I go about implementing this? Does supertokens support this?