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

Reset 2FA Action Missing Global POST Limiter? #2

Open
ambergristle opened this issue Dec 17, 2024 · 0 comments
Open

Reset 2FA Action Missing Global POST Limiter? #2

ambergristle opened this issue Dec 17, 2024 · 0 comments

Comments

@ambergristle
Copy link

hi @pilcrowonpaper, thanks for building + maintaining this!

i'm trying to learn more about auth, so i'm building an example app with hono + lucia-auth/copenhagen guidelines, and this repo has been an incredibly helpful reference.

i noticed that the reset2FAAction appears to be the only one not covered by the global POST rate limiter, and i was wondering whether that's business logic or just an omission.

export async function reset2FAAction(_prev: ActionResult, formData: FormData): Promise<ActionResult> {

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

No branches or pull requests

1 participant