Skip to content

v0.0.9

Choose a tag to compare

@salvoravida salvoravida released this 14 Oct 00:30
· 12 commits to main since this release
  • 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!