mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #473] web/app auto-subscribe #360
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#360
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 @cold01water on GitHub (Nov 8, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/473
With ntfy client, curl, etc., authentication can be performed with the Authorization header.
Can't WEB and App automatically authenticate with a URL like "http:///topic?auth=" ?
@binwiederhier commented on GitHub (Nov 8, 2022):
Can you elaborate on what you are trying to do? Are you trying to link to the Android app and/or web app and automatically subscribe to the topic you're linking to?
If so, this is partially covered by `ntfy://`` links (see https://ntfy.sh/docs/subscribe/phone/#ntfy-links) for Android, though it does not support auth. There's a ticket to also support auth, see #244. If this is what you want, then we should close this ticket as a dup.
@cold01water commented on GitHub (Nov 9, 2022):
Thank you. I overlooked another issue.
However, I would like to be able to automate web subscriptions as well.
For now, I will close this issue.