Farooq - I updated the requirements in this first message that came from Alex's and my conversation below.
For users already given account acces, create authorization process with GitHub.
GitHub acocunt authorization scope = user and repo. The scope is user and not no_scope since we need to get their email, which may not be public info. Scope includes repo because we want to create a melang repo on their behalf.
I think the best place for the user to see their authorizations, is in their account panel,
http://localhost:3000/users/edit
Farooq - I updated the requirements in this first message that came from Alex's and my conversation below.
For users already given account acces, create authorization process with GitHub.
GitHub acocunt authorization scope = user and repo. The scope is user and not no_scope since we need to get their email, which may not be public info. Scope includes repo because we want to create a melang repo on their behalf.
I think the best place for the user to see their authorizations, is in their account panel,
http://localhost:3000/users/edit