mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #916] [CLOSED] feat: Two-Factor Authentication & OIDC/SSO – full implementation with admin UI #1134
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1134
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/maziggy/bambuddy/pull/916
Author: @netscout2001
Created: 4/8/2026
Status: ❌ Closed
Base:
dev← Head:feature/2fa-oidc-authentication📝 Commits (10+)
4401f5aMerge pull request #785 from maziggy/0.2.2.1d27c85dFix ruff format for user_notifications and spoolmandf6926cextend currencies with Ukrainian Hryvnia (#801)d1f86efRevert "extend currencies with Ukrainian Hryvnia (#801)"b824b39Bump picomatch in /frontend in the npm_and_yarn group across 1 directory (#821)a699270Changed pipeline329be09Housekeeping258642fHousekeepingda2be65Housekeeping8270030Housekeeping📊 Changes
100 files changed (+0 additions, -0 deletions)
View changed files
📝
.github/workflows/ci.yml(+4 -1)📝
.github/workflows/security.yml(+6 -2)📝
.gitignore(+6 -0)📝
CHANGELOG.md(+51 -1)📝
CONTRIBUTING.md(+2 -1)📝
Dockerfile(+1 -0)📝
README.md(+3 -19)📝
backend/app/api/routes/auth.py(+42 -0)📝
backend/app/api/routes/camera.py(+65 -15)📝
backend/app/api/routes/inventory.py(+52 -8)📝
backend/app/api/routes/library.py(+332 -21)➕
backend/app/api/routes/mfa.py(+1245 -0)📝
backend/app/api/routes/notifications.py(+2 -0)📝
backend/app/api/routes/printers.py(+1 -0)📝
backend/app/api/routes/spoolbuddy.py(+276 -62)📝
backend/app/api/routes/user_notifications.py(+2 -6)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+51 -7)📝
backend/app/core/websocket.py(+16 -0)📝
backend/app/main.py(+43 -5)...and 80 more files
📄 Description
.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.