Files
pangolin/server
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-28 17:22:53 -07:00
2025-07-28 17:22:53 -07:00
2025-07-28 17:32:15 -07:00
2025-07-16 15:50:03 -07:00
2025-07-16 16:41:59 -07:00
2025-04-06 16:06:50 -04:00
2025-01-01 21:41:31 -05:00
2025-01-01 21:41:31 -05:00
2025-01-01 21:41:31 -05:00
2025-07-13 21:57:24 -07:00