Logging in as a User (password?)
See original GitHub issueHi! 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:
- Created a year ago
- Comments:28 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes.
You don’t need to call .start() actually since .connect() is enough after the first login.
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.