You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we cleanup expired token manually via admins input through an endpoint called auth/cleanup-expired. This is a bad practice, and a issue in system design and architecture.
Proposed solution: we use cron job which would be run periodically to cleanup expired tokens from the database.