diff options
author | Mark Felder <feld@feld.me> | 2024-09-04 10:40:37 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-04 10:40:37 -0400 |
commit | 7bd0750787859cb30382d90162d70380441abc05 (patch) | |
tree | 34280bf5f95597fc6f225a6740ab19bae464cfd7 /changelog.d | |
parent | 427da7a99a30ebc7a7deb54e7704b5d8dffea199 (diff) | |
download | pleroma-7bd0750787859cb30382d90162d70380441abc05.tar.gz pleroma-7bd0750787859cb30382d90162d70380441abc05.zip |
Ensure apps are assigned to users
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/oauth-app-spam.fix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/oauth-app-spam.fix b/changelog.d/oauth-app-spam.fix index 0e95c01d7..cdc2e816d 100644 --- a/changelog.d/oauth-app-spam.fix +++ b/changelog.d/oauth-app-spam.fix @@ -1 +1 @@ -Add a rate limiter to the OAuth App creation endpoint +Add a rate limiter to the OAuth App creation endpoint and ensure registered apps are assigned to users. |