Skip to content

Releases: salvoravida/localhostify

v0.2.0

16 May 10:30
Compare
Choose a tag to compare
  • added support for external redirections on API response (HTTP location header)

v0.1.1

14 Oct 12:44
Compare
Choose a tag to compare
  • (chrome-ext): fix storage init value

v0.1.0

14 Oct 10:22
Compare
Choose a tag to compare
  • Add Enable/Disable Toolbar Icon!

on

off

v0.0.9

14 Oct 00:30
Compare
Choose a tag to compare
  • Add support for External Redirects! (SSO and 3rd provider login!)
//.localhostify.js
externalRedirects: [
         {
            match: '/api/auth/callback',
            replace: ['https://prod.domain.com', 'http://localhost:3001'],
         }
]

Run npx localhostify --chrome-ext to create the Chrome Web Extension!