mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #530] Is the session broken now? #4703
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#4703
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 @tamr on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/530
Some versions ago I noticed being welcomed by "Authorization failed" message on the login screen. I see the secure_session_id cookie has the value of "undefined". Previously the session worked just fine even after upgrades.
@0xJacky commented on GitHub (Sep 1, 2024):
Hi @tamr,did you enable 2FA?
@tamr commented on GitHub (Sep 1, 2024):
Nope, I have restricted it by ip with deny all. I think it started to ask for the login 2 updates ago.
@0xJacky commented on GitHub (Sep 1, 2024):
Do you mean you have configured IP access restrictions for the Nginx UI in your Nginx configurations?
@0xJacky commented on GitHub (Sep 1, 2024):
The "Authorization failed" message displayed on the login screen is not a bug. When the JWT expires (currently after 24 hours), you will be prompted with "Authorization failed" and asked to log in again.