mirror of
https://github.com/ngrok/ngrok-ipaas-example.git
synced 2026-06-16 16:54:40 +00:00
main
initial version
ngrok-ipaas-example
Example of a Remote API for integration with iPaaS solutions
How to launch this app
-
Clone this repo
https://github.com/ngrok/ngrok-ipaas-example.git -
Install and launch app: npm install npm run app
How to use this sample with ngrok
-
Sign Up for a free ngrok account and get an access token
-
Add the access token to your ngrok client:
ngrok --authtoken=<your_access_token> -
Launch ngrok pointing to enable remote access to your sample api:
ngrok http 3000 -
Optionally, add basic authentication to restrict access (replacing
userIdandpasswordwith strong credentials of your choice):ngrok http 3000 --auth=userId:password
Languages
JavaScript
100%