An open API service indexing awesome lists of open source software.

https://github.com/codeadamca/php-github-fine-grained

A basic example of using a fine-graned access token to get repo information.
https://github.com/codeadamca/php-github-fine-grained

github php

Last synced: about 2 months ago
JSON representation

A basic example of using a fine-graned access token to get repo information.

Awesome Lists containing this project

README

          

# Fine-Grained Access Token

A basic example of using a fine-graned access token to get repo information.

1. Login to GitHub
2. Navigate to the organization GitHub page.
3. Select `Settings` and then `Personal Access Token`.
4. Add a Personal Access Token Policy. All the defaults are sufficient.
5. Return to your personal GitHub page.
6. Navigate to `Settings`, `Developer Settings`, `Personal Access Tokens`, and `Fine-Graned Access Tokens`.
7. Click `Generate New Token` and all the defaults are fine.

---

## Project Stack

This project uses vanilla [PHP](https://www.php.net/).

---

## Repo Resources

* [BrickMMO](https://www.brickmmo.com/)
* [GitHub Personal Access Toekn](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)