-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth module - Intensive blocking #106
Comments
Hey, and thanks for reporting, one possible cause of this can be if you have the browser developer tools open while logging in, our captcha tool is sensitive to that. Hope that helps :-) If not, we'd need your full IP address to look in the logs if there is more information on why you got blocked. |
With or without open development tools, unfortunately the same problem remains. IP : 87.90.207.72 |
We will need to investigate some more, if we can tweak the rules here a bit, will hopefully know more next week :-) |
any news ? |
Sorry for the delay, we are still in discussions with our security partners on how we can best detect traffic like this (and separate it from the bot traffic we want to block). Hope to have better news soon! |
Hello, still no news? Do you know what the problem is exactly? |
Hey, so the problem is that developer traffic can look suspiciously much like automated bot traffic to our bot-detection system. There is no quick solution to that, but we are looking into ways that should allow us to "allow-list" developers for limited periods of time. In the meantime, if you try again now it might work better, as the blocking is only temporary. And please ensure you do not have the browser developer tools open while logging in, as that will block you :-) |
Hello,
I'm trying to use the Tidal Web SDK for the first time, more precisely the "@tidal-music/auth" module. Using the example available in the "/examples" folder (I use pnpm and Vite.js) and taking care to fill in my own "clientId" and "clientSecret", at login time I have to validate a captcha, which I do, then I get blocked for some reason I don't know.
The text was updated successfully, but these errors were encountered: