Hello, my app is limited to 10 users for now. I want to handle on my side the 403 "too many people connected" error.
Do you know if there is a way to know if we have reached the capacity limit before the user can connect? Or have a callback instead of getting stuck on the 403 message on Strava. I want to explain in my app, in French and in non technical term what’s going on. From time to time some users disconnect so, it’s not always the case (I can’t block the auth totally).

