Files
pangolin/server/routers
T Aviss 481714f095 Fix for issues with binding ports other than 80/443
server/routers/badger/verifySession.ts : verifyResourceSession() updated code behind "cleanHost" var to a regex which strips the trailing :port for any port (rather than a string match for 80/443)
src/app/auth/resource/[resourceId]/page.tsx : ResourceAuthPage() added a secondary match for serverResourceHost and redirectHost that accounts for ports
server/routers/badger/exchangeSession.ts : Updated exchangeSession() to use the same "cleanHost" type var (with port-stripping) as in verifyResourceSession(), replaced references to "host" with "cleanHost"
2025-07-30 22:16:46 -07:00
..
2025-07-21 16:57:21 -07:00
2025-07-28 22:40:27 -07:00
2025-07-28 22:40:27 -07:00
2025-07-27 10:21:27 -07:00
2025-07-28 22:40:27 -07:00
2025-07-28 12:53:13 -07:00
2025-06-04 17:28:46 -04:00
2025-07-24 22:01:22 -07:00
2025-07-27 10:21:27 -07:00
2025-07-27 10:21:27 -07:00
2025-07-16 19:07:25 -07:00