binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.23k stars 713 forks source link

Add 'everyone'-like user for all authenticated users #978

Open gardient opened 10 months ago

gardient commented 10 months ago

:bulb: Idea Have an everyone-like special user for all authenticated users in the ACL. something like all_authenticated/*auth

This would allow those self-host to set a basic/default set of ACLs for "registered" users

for example it would be excelent to set something like the UnifiedPush topics to be readable only by people who are authenticated

ntfy access '*auth' 'up*' ro

:computer: Target components

ntfy server

hansblaauw64 commented 9 months ago

Yeah, that would be great. Normal topics created by a validated user should be set read only for other users. Makes much more sense to me.