github-oauth Questions
2
Solved
I have an existing signup/login system: a user enters an email and password. The password is hashed. I store it in a database.
When a user logs in, they entire their email and password. The passwor...
Collard asked 28/11, 2021 at 4:51
0
I'm building a GitHub Oauth app, and I'm trying to authenticate Octokit using an Oauth access_token that I'm getting when the user clicks sign in with Github.
The access_token I'm using has access ...
Moramorabito asked 1/8, 2021 at 20:2
2
Solved
update: even such a request get bad credential ==>
curl -H "Authorization: token [token]" https://api.github.com
===============
I made a request for GitHub OAuth like this in my iOS app:
UR...
Bolanger asked 3/2, 2020 at 12:41
1
© 2022 - 2024 — McMap. All rights reserved.