Releases: isurfer21/tunnel
Releases · isurfer21/tunnel
Tunnel v2.0.1
Tunnel v2.0.0
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
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
Features included:
- Session: Hash ID based randomly generated session
- Terminal: Command-line to Web and vice-versa communication channel