I always check if user is active when navigating to pages after success. Will the API rate limit affect in the future if let's thousands of users logged in?
TL;DR
Always check user activity when navigating after successful login. If thousands of users are logged in, the API rate limit may become an issue. Keep this in mind for future scalability.