ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
94 stars 18 forks source link

laying the groundwork for ngrok.connect(map) #42

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Adds ngrok.authtoken(token), a session connection callback, and storing urls and sessions alongside tunnels to aid in lookups and closing. This lays the groundwork for the next PR: https://github.com/ngrok/ngrok-js/pull/43