mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1295] Copy-to-Clipboard Button for Access Tokens Not Working & Partial Token Display #917
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#917
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 @EdwinKM on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1295
💡 Idea
The "Access Tokens" overview in the web GUI has a copy-to-clipboard button. However, this button does not seem to work in my browser(s).
Interestingly, I am experiencing the same issue with Gotify, where a popup appears with a "failed" message but no additional details.
Surprisingly, I couldn't find any existing bug reports about this. Is there something unusual on my end?
Regardless, here’s the second part of the issue, which is why I’m submitting this as an enhancement request:
Ntfy only partially displays the tokens, making it impossible to retrieve them manually.
The only method I have found so far is running "ntfy token list" via the command line.
Would it be an idea to adopt Gotify’s approach instead?
Display the token as a password field
Add an "eye icon" to reveal the full token
This would improve usability and consistency.
💻 Target components
@EdwinKM commented on GitHub (Mar 16, 2025):
i use HTTP btw.
@x4x commented on GitHub (Apr 9, 2025):
had same hire.
token can not be copped with http.
added ssl and it worked.
@EdwinKM commented on GitHub (Apr 16, 2025):
@x4x can you acutally copy the full token if you make it visible? Without the "copy to clipboard" button? The reveal feature is mostly pointless if you have to use the button
@x4x commented on GitHub (Apr 18, 2025):
i could not access the token.
so i just added a caddy2 proxy that does ssl.
@binwiederhier commented on GitHub (Aug 24, 2025):
Fixed, will be in the next release