pstuifzand / ekster

microsub server
GNU General Public License v3.0
27 stars 4 forks source link

Use `ek` on a host where `localhost` doesn't point to it #35

Open pstuifzand opened 4 years ago

pstuifzand commented 4 years ago

Normally you would authenticate with ek on the same computer you're running it. This way localhost is the way you could use the browser to authenticate with it. When running ek on a computer where localhost is different from the computer running it, the authentication url should be something different, it should include the ip address from that host perhaps. Would it be possible to make it work that way?

Via: #34