coding-allies / projects-platform-frontend

She's Coding Projects collaboration platform for womxn in tech.
http://projects.shescoding.org/#/
MIT License
9 stars 59 forks source link

GitHub App Auth using Node #79

Closed nurmerey closed 4 years ago

nurmerey commented 4 years ago

75

{
access_token: "_token_",
token_type: "bearer",
scope: "user"
}
Leyla-Li commented 4 years ago

I think it looks good but maybe we should export the app/server from server.js so that it can be used in the auth file too.