Skip to content

[medium] Add rate limiting guard to passkeykit-connector authentication calls #263

Description

@davedumto

Summary

passkeykit-connector.ts has no rate limiting guard on authentication attempts, making it easier for a caller bug or abuse to hammer the passkey flow.

Requirements

  • Add a client-side rate limiter keyed on connector instance
  • Reject excess attempts with a typed RateLimitError
  • Add tests verifying limiter behavior under repeated attempts
  • Document the limiter configuration in the README

Activity

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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions