git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Add access to an organization #17

Closed F0urchette closed 3 years ago

F0urchette commented 4 years ago

Description

As a user I want to the give access rights to an organization So that I can use its repositories in my project But I don't know if the Github API allows me to manipulate OAuth rights or even to delete an OAuth key and ask for access again afterwards

F0urchette commented 3 years ago

There may be a way to get the user to revoke the OAuth access token here

F0urchette commented 3 years ago

The solution mentioned here seems to be the most interesting, it is the one that we will set up here.