mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[GH-ISSUE #240] Setting a protected website as new tab url shows login screen #1358
Reference in New Issue
Block a user
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 @Boerny41 on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/240
Current Behavior: When setting the "new tab URL" in a browser to a website protected by pangolin authentication, it shows the login screen even though it is not required. Refreshing the page without entering a password shows the actual website.
Tested on Edge (native support for custom URL) and Chrome (URL changed by add-on)
Expected Behavior: Website showing up directly, if user authenticated in the past 30 days.
Steps to Reproduce:
Environment:
@miloschwartz commented on GitHub (Feb 26, 2025):
Hey, what is the URL of the bookmark? Does it end with
/auth/resource/<id>(this is the auth portal), or is it the full URL of the resource itself? The auth portal will still show if you go to it directly (I think), but if you already have a session for the resource, it shouldn't redirect to the portal.Let me know because otherwise, this could be a bug. :)
@Boerny41 commented on GitHub (Feb 26, 2025):
It's supposed to open just the URL e.g.
https://sub.mydomain.combut it seems to auto redirect tohttps://sub.mydomain.com/auth/resource/...A session for the resource already exists, but it still shows the portal if opened via the new tab button. However, it does not need a new login, just refreshing the page while it shows the login portal will redirect to the actual website.
@github-actions[bot] commented on GitHub (Apr 26, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (May 11, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.