MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Change authentication token to OAuth #37

Open gmelodie opened 4 years ago

gmelodie commented 4 years ago

We currently use a user's token on the server to fetch the data, but in order to get further data on the MLH Fellowhip organization we need to make the FellowshipWrapup into an OAuth app and ask for specific organizations permissions. This would allow us to do things like:

  1. Fetch a fellow's pod and podmates
  2. Link podmates
  3. Make the app only available for fellows (not all github users)
  4. Map only fellowship-related commits and other information
  5. Make pod-wise statistics (e.g. "Gabriel's pod contributed with 1M lines of code in these Python projects")

Etc.