mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #447] [MERGED] [Feature] Two Factor Authorization #8092
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#8092
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/0xJacky/nginx-ui/pull/447
Author: @0xJacky
Created: 7/23/2024
Status: ✅ Merged
Merged: 7/23/2024
Merged by: @0xJacky
Base:
dev← Head:feat/2fa📝 Commits (8)
5abd9b7feat: login 2fa802d05fchore: update translations3a22861feat: 2FA authorization for web terminala5dda59chore: update translationsb68e8a1enhance: do not require 2fa in 2minafd6bf4fix: do not popup otp modal if user not enable 2fa46e78f4chore: update docsbcff00cfeat: disable enroll 2fa in demo mode📊 Changes
57 files changed (+2769 additions, -446 deletions)
View changed files
📝
.idea/vcs.xml(+0 -1)📝
api/api.go(+5 -0)📝
api/user/auth.go(+31 -10)📝
api/user/casdoor.go(+1 -1)➕
api/user/otp.go(+208 -0)📝
api/user/router.go(+18 -10)📝
app.example.ini(+8 -0)📝
app/components.d.ts(+5 -0)📝
app/package.json(+3 -0)📝
app/pnpm-lock.yaml(+93 -0)📝
app/src/api/auth.ts(+4 -3)➕
app/src/api/otp.ts(+29 -0)➕
app/src/components/OTP/OTPAuthorization.vue(+78 -0)➕
app/src/components/OTP/useOTPModal.ts(+92 -0)➕
app/src/components/OTPInput/OTPInput.vue(+72 -0)📝
app/src/language/LINGUAS(+1 -1)📝
app/src/language/en/app.po(+139 -34)📝
app/src/language/es/app.po(+140 -34)📝
app/src/language/fr_FR/app.po(+140 -34)📝
app/src/language/ko_KR/app.po(+140 -34)...and 37 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.