How can I add a logout feature to secure-token? Do I need a database or is there a better way? #5
Unanswered
amirhosein2004
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I'm developing a package called secure-token, designed for managing secure tokens.
I’d like to add a feature that allows a user to log out (that is, invalidate their current token).
My questions are:
should I build it directly inside this package or create separate framework-specific packages that depend on this one?
I'd really appreciate any ideas or experiences from others 🙏
Beta Was this translation helpful? Give feedback.
All reactions