fosrl.pangolin/server/routers/badger
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
..
exchangeSession.ts Fix for issues with binding ports other than 80/443 2025-07-30 22:16:46 -07:00
index.ts refactor auth to work cross domain and with http resources closes #100 2025-01-26 14:42:02 -05:00
verifySession.test.ts allow root path 2025-05-09 17:37:55 -04:00
verifySession.ts Fix for issues with binding ports other than 80/443 2025-07-30 22:16:46 -07:00