mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #114] [MERGED] Auth / access control #1221
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#1221
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?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/114
Author: @binwiederhier
Created: 1/22/2022
Status: ✅ Merged
Merged: 2/4/2022
Merged by: @binwiederhier
Base:
main← Head:auth📝 Commits (10+)
2181227WIP: Auth in 80 lines of code :-)86b20e8All the auth things are working now1287594Simplify tablesb908f07.f388fd9Move to packagee309775More auth CLi243d549Command help03a4e3eMore CLI for access control393f95aAuth CLI, continued4601627More auth📊 Changes
35 files changed (+2665 additions, -296 deletions)
View changed files
📝
.goreleaser.yml(+2 -0)📝
Makefile(+1 -1)➕
auth/auth.go(+122 -0)➕
auth/auth_sqlite.go(+399 -0)➕
auth/auth_sqlite_test.go(+241 -0)📝
client/client.go(+15 -6)📝
client/options.go(+6 -0)➕
cmd/access.go(+212 -0)➕
cmd/access_test.go(+87 -0)📝
cmd/app.go(+10 -0)📝
cmd/publish.go(+55 -22)📝
cmd/serve.go(+14 -0)📝
cmd/serve_test.go(+11 -2)📝
cmd/subscribe.go(+1 -0)➕
cmd/user.go(+288 -0)➕
cmd/user_test.go(+145 -0)📝
docs/config.md(+228 -33)📝
docs/publish.md(+76 -0)📝
docs/subscribe/api.md(+73 -29)📝
docs/subscribe/cli.md(+10 -10)...and 15 more files
📄 Description
Attempt to do simple #19 without doing too much.
WIP!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.