Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set or remove ngrok authentication request?

I have set up ngrok and ran it by pointing it towards nothing. But when I make a request to the link provided by ngrok, I am being asked for authentication.

I tried my username and password of computer, of the ID I registered ngrok with and both of them didn't work.

I couldn't find any proper information as to how to deal with this on their official docs. Client API Ngrox authentication isn't helpful.

like image 520
Tarun Maganti Avatar asked Nov 08 '22 23:11

Tarun Maganti


1 Answers

  1. Log in to ngrok dashboard
  2. Get the console commands from there - check attached screenshot
  3. There is also an option to revoke the auth token directly from the dashboard.
like image 96
K. Kuksin Avatar answered Nov 15 '22 11:11

K. Kuksin