mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1308] Cannot create more than 20 access tokens #929
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#929
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zottelchen on GitHub (Apr 6, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1308
🐞 Describe the bug
When I create the 21st access token, another is deleted.
💻 Components impacted
Web app
🔮 Additional context
@wunter8 commented on GitHub (Apr 6, 2025):
20 tokens is the hard-coded limit for now:
github.com/binwiederhier/ntfy@630f2957de/user/manager.go (L31)It probably wouldn't be too hard to make that configurable. But we should also at least put a note in the documentation
@Zottelchen commented on GitHub (Apr 6, 2025):
Yeah, making it configurable would be great :)
No matter the limit, it should at least tell you what is happening and ideally block it. I unknowingly broke multiple workflows and now have to change numerous tokens.
@wunter8 commented on GitHub (Apr 6, 2025):
How were you creating the new tokens? Via
ntfy tokenin a terminal? Via the web app user account page?@Zottelchen commented on GitHub (Apr 6, 2025):
Via Web App
@binwiederhier commented on GitHub (May 25, 2025):
I bumped the number to 60:
github.com/binwiederhier/ntfy@0de1990c01