question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Logging in as a User (password?)

See original GitHub issue

Hi! I study your API:

await client.start({
    phoneNumber: async () => await input.text("number ?"),
    password: async () => await input.text("password?"),
    phoneCode: async () => await input.text("Code ?"),
    onError: (err) => console.log(err),
  });

What does this password mean and where can I get it?

Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:28 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
painorcommented, May 18, 2022

Yes.

You don’t need to call .start() actually since .connect() is enough after the first login.

1reaction
painorcommented, May 18, 2022

You only need to do this once. It’s the same as logging in with your mobile app, you never need to relog unless you have logged out from somewhere else.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logging in with Usernames and Passwords - Practical UNIX ...
The username is an identifier: it tells the computer who you are. In contrast, a password is an authenticator: you use it to...
Read more >
3 Ways to Automatically Sign In to a User Account on ...
1. Use Netplwiz to Sign In to a User Account Automatically · Press Windows Key + R, type netplwiz in the box, and...
Read more >
Sign in with App Passwords - Google Account Help
Create & use App Passwords · Go to your Google Account. · Select Security. · Under "Signing in to Google," select App Passwords....
Read more >
Login Credentials - Fortinet
Login credentials, typically a username and password, authenticate a user logging into an online account. Learn how to create secure login credentials.
Read more >
Should I log that a user changed their password?
To, answer your question, Yes, you can and SHOULD log password-changes, and there's nothing fundamentally wrong with doing so, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found