Live data from Hacker News

Show HN: LocalForward – a url that redirects to localhost for use as a callback

localforward.dev

1–4 of 4 posts

Re: Show HN: LocalForward – a url that redirects to localhost for use as a callback

#2
Hi HN! When integrating with some APIs (specifically for auth flows), many will require a callback URL and unfortunately frequently don't allow localhost. This is annoying for local development and usually requires paying for ngrok and using a tunnel to get around that restriction.

I made LocalForward as an easier option!

Re: Show HN: LocalForward – a url that redirects to localhost for use as a callback

#3
post #2

Hi HN! When integrating with some APIs (specifically for auth flows), many will require a callback URL and unfortunately frequently don't allow localhost. This is annoying for local development and usually requires paying for ngrok and using a tunnel to get around that restriction. I made LocalForward as an easier option!

How does it work?

Re: Show HN: LocalForward – a url that redirects to localhost for use as a callback

#4
post #3
post #2

Hi HN! When integrating with some APIs (specifically for auth flows), many will require a callback URL and unfortunately frequently don't allow localhost. This is annoying for local development and usually requires paying for ngrok and using a tunnel to get around that restriction. I made LocalForward as an easier option!

How does it work?

Here’s the source! https://github.com/reparadocs/localhostforward