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

Implement rate limiting for e-mail verifications #8419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Implement rate limiting for e-mail verifications.

27637ae
Select commit
Failed to load commit list.
Open

Implement rate limiting for e-mail verifications #8419

Implement rate limiting for e-mail verifications.
27637ae
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 9, 2024 in 1s

89.61% of diff hit (target 87.62%)

View this Pull Request on Codecov

89.61% of diff hit (target 87.62%)

Annotations

Check warning on line 235 in src/controllers/user/me.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/controllers/user/me.rs#L229-L235

Added lines #L229 - L235 were not covered by tests

Check warning on line 118 in src/controllers/user/session.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/controllers/user/session.rs#L112-L118

Added lines #L112 - L118 were not covered by tests

Check warning on line 45 in src/rate_limiter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rate_limiter.rs#L45

Added line #L45 was not covered by tests

Check warning on line 61 in src/rate_limiter.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rate_limiter.rs#L61

Added line #L61 was not covered by tests