forked from flexera-public/wstunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
Make token optional? #135
Copy link
Copy link
Open
Labels
effort/mediumMedium effort - half day to 1 dayMedium effort - half day to 1 dayroadmap/nextNext milestone - Near-Term VisionNext milestone - Near-Term Vision
Description
Activity
Metadata
Metadata
Assignees
Labels
effort/mediumMedium effort - half day to 1 dayMedium effort - half day to 1 dayroadmap/nextNext milestone - Near-Term VisionNext milestone - Near-Term Vision
Original issue: flexera-public#46
I think forcing token be required and at least 16 chars is inconvenient to use, because I'd like to use it as a ngrok replacement. This commit maple3142@57be221 is my attempt, which works without token. However, I am not familiar with golang, so I am not sure if this is correct (Doesn't introduce new bug on other features).