Replies: 1 comment
-
Hey @Ankit8420, I'm afraid I cannot help with Postman, it's out of scope for the JavaScript Octokit SDK, and I don't use the app myself. Also note that using username/password for authentication against the API is deprecated and will be removed in future. If you want to use Basic auth in JavaScript code, you can use this package: https://github.com/octokit/auth-basic.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do the 2FA by using the postman.
This is a POST request
Url: https://api.github.com/authorization
in authorization, i have pass my username and password.
I am trying to access my account having 2FA using Postman.
Please help
Thanks
Beta Was this translation helpful? Give feedback.
All reactions