-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add rate limiting for song requests #123
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
446eab8 to
24ebdff
Compare
d1368c8 to
f9b1db1
Compare
24ebdff to
6fb97c2
Compare
f9b1db1 to
b96ccde
Compare
6fb97c2 to
a5f2135
Compare
b96ccde to
fe391e6
Compare
a5f2135 to
4379d91
Compare
fe391e6 to
51427d5
Compare
4379d91 to
3980166
Compare
59f8670 to
2435bb8
Compare
3980166 to
79b5b02
Compare
4a875eb to
c7eee30
Compare
664b5dc to
eec36a6
Compare
c7eee30 to
f7c36aa
Compare
eec36a6 to
b20c80b
Compare
f7c36aa to
5a5f014
Compare
This was referenced Jan 22, 2026
18ef450 to
7a7b825
Compare
09ce16d to
8aa3a00
Compare
5a5f014 to
32953a2
Compare
- Add rate limiting for device registration and song requests - Extract shared Discogs API client with built-in rate limiting - Migrate anonymous auth from custom JWT to better-auth anonymous plugin - Add activity tracking service for user request counts - Add AI parsing, library search, and artwork to request line - Add test utilities for anonymous auth and Slack webhook simulation Key changes: - Anonymous users now authenticate via /auth/sign-in/anonymous - Rate limiting keys by userId instead of deviceId - Legacy /request/register endpoint returns 301 redirect - User banning uses better-auth admin plugin
Migration 0025 duplicated CREATE TABLE statements for album_metadata and artist_metadata that were already created in migration 0023, causing migrations to fail with "relation already exists" error.
32953a2 to
996b219
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR has been split into smaller, focused PRs for easier review:
Merge order
Merge in order: #62 → #122 → #125 → #138 → #139
Original description
Summary