You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using bore self-hosted for a few days and I think it's a fantastic tool. Congratulation.
I would need to have an authorization mechanism to instantiate the tunnels. For example, a password that is defined on the server side (in the bore server configuration) and which is passed to the bore client to instantiate the tunnel.
thanks for the nice words. Currently I don't have time to implement authentication or any other new features but that might change in the future. If you'd like you can open a pull request with the desired behavior and I will accept it.
Hi @jkuri
I've been using bore self-hosted for a few days and I think it's a fantastic tool. Congratulation.
I would need to have an authorization mechanism to instantiate the tunnels. For example, a password that is defined on the server side (in the bore server configuration) and which is passed to the bore client to instantiate the tunnel.
For example:
Server side:
Client side:
Clearly working with the password should be optional (only if the environment variable is defined in the server)
It would be a great feature to have
Thank you.
The text was updated successfully, but these errors were encountered: