Skip to content

Releases: isurfer21/tunnel

Tunnel v2.0.1

31 Jan 11:57

Choose a tag to compare

Features included:

  • Improved readme file content for better understanding
  • Added support for on-demand static-site hosting along with APIs

Tunnel v2.0.0

30 Oct 09:19

Choose a tag to compare

Features included:

  • Authenticate user request using credentials sent in authorization header with credentials flags
  • Added installation scripts for windows, mac & linux platforms whose instructions are in readme file
  • When cors flag is enabled then cross-domain requests can be served otherwise use jsonp callback
  • Added curl based shell script for automated testing of APIs
  • Session based authentication is removed and replaced with authorization header
  • API key logic is replaced with authorization header logic

Tunnel v1.0.1

13 May 08:32

Choose a tag to compare

Features included:

  • Authenticate user request using API Key based on user account credentials
  • API key is generated using MD5 hashing algorithm, credentials won't get stored anywhere
  • After authentication, session token is generated, i.e., randomly generated short hash
  • Terminal service can be used for Command-line to Web and vice-versa communication via channel
  • Tunnel could be made accessible on single or multiple system based on IP address

Tunnel v1.0.0

09 May 13:21

Choose a tag to compare

Features included:

  • Session: Hash ID based randomly generated session
  • Terminal: Command-line to Web and vice-versa communication channel