Hacker News new | ask | show | jobs
by mrlinx 1583 days ago
The main feature I want out of any of these, and can't seem to find anywhere, is a way to expose private services online hidden behind any sort of social-auth. So think ngrok+oauth2_proxy.
2 comments

That's actually a pretty good idea. So basically login with Google/GitHub and then have access to anything being tunneled through the server?
You mean doing something like:

ngrok http 80 --oauth=google

That would be pretty cool.