deepanjali19 / GitHub-Dashboard

A web based GitHub Dashboard for Seneca students working on Open Source Development.
MIT License
3 stars 9 forks source link

Implement 'Login with Github' feature #13

Closed jkmdev closed 6 years ago

jkmdev commented 6 years ago

We need a way for users for login to the app with their Github account using the API's means of authenticating users.

Documentation Example Implementation

iblacker commented 6 years ago

I can work on this

jkmdev commented 6 years ago

Alright, thanks @iblacker. Note that you need to register an application to implement this feature. I was looking into it to see if there was anything I needed to do on my end, but I think you could implement this on your own by entering http://localhost:3000 for the Homepage URL and Authorization callback URL. If you run into any issues with this let me know.