mmatczuk / go-http-tunnel

Fast and secure tunnels over HTTP/2
GNU Affero General Public License v3.0
3.2k stars 304 forks source link

Enhance to allow HOTP auth on server #79

Open hihellobolke opened 6 years ago

hihellobolke commented 6 years ago

Adding HOTP on server, will allow a client to detect if there was a prior rogue connection from a client with stolen certs.

mmatczuk commented 6 years ago

@hihellobolke very interesting proposal, can you share some implementation considerations?