mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #735] OAuth to generate token #535
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#535
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 @darkdragon-001 on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/735
💡 Idea
It would be great if OAuth was implemented to generate tokens.
The workflow should look as follows:
I suggest to use the "Single-Page Apps" workflow which does not require the app to register and maintain a secret.
💻 Target components
web app
@binwiederhier commented on GitHub (May 22, 2023):
@darkdragon-001 commented on GitHub (May 23, 2023):
@binwiederhier commented on GitHub (May 23, 2023):
While I don't dismiss the idea entire, I think this is not very high up on my list now. It's a lot of complexity, and right now you're the only requestor. Maybe over time more 👍 will come.
@caplam commented on GitHub (Feb 6, 2026):
hello,
i'm currently setting up a notification stack with apprise and ntfy (self hosted).
Almost every service i add on my server which needs user authentication goes through authentik.
Oauth would be great but i guess we could use forward auth on the reverse proxy and use a proxy provider in authentik.
of course we still would have to create user locally but at least we could map authentik user with ntfy user.
I'll try to do that when i'm sure to understand how i can route my different notifications to different users/topics