Skip to content
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

More robust user authentication #70

Open
giulioturetta opened this issue Apr 13, 2022 · 2 comments
Open

More robust user authentication #70

giulioturetta opened this issue Apr 13, 2022 · 2 comments

Comments

@giulioturetta
Copy link
Contributor

cf. https://stackoverflow.com/questions/2786628/preventing-dictionary-attacks-on-a-web-application

@yurj
Copy link
Contributor

yurj commented Apr 14, 2022

Async frameworks should have some sort of throttle mechanism.

@RastislavHudak
Copy link
Member

The problem is that currently the api is often used by providing basic auth on each call instead of using a token. This means that adding checks here will affect/slow down almost every api call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants