Yashasv-Prajapati / Docify

5 stars 2 forks source link

changes done to signup and github app installation working #75

Closed Yashasv-Prajapati closed 4 months ago

Yashasv-Prajapati commented 4 months ago
  1. On signup you will be redirected to the github for authorizing and installing docify app.
  2. After installation, you will be redirected to the /new page and you will see all your repositories listed. This makes calls to github apis using the application's APP_ID and returns some code and installation id
  3. Access token, refresh token, installation id are stored in the db.
linear[bot] commented 4 months ago
CS3-79 Github Authorization (Private Repositories)

Currently, if we have access to username, we can easily fetch data related to public repositories. Using github apps maybe or some other way. 1. We want to fetch data related to private repositories for a user and the option to clone that repository. 2. Need access to commit to users repository.