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

https://github.com/gr2m/create-user-to-server-token

Static website to generate user-to-server tokens scoped to a GitHub App's installations and permissions
https://github.com/gr2m/create-user-to-server-token

Last synced: 5 months ago
JSON representation

Static website to generate user-to-server tokens scoped to a GitHub App's installations and permissions

Awesome Lists containing this project

README

          

# create-user-to-server-token

> static website to generate user-to-server tokens scoped to a GitHub App's installations and permissions

Open the static HTML form at: [create-user-to-server-token.netlify.app](https://create-user-to-server-token.netlify.app).

The Login flow is using one static function ([`netlify/functions/oauth.js`](netlify/functions/oauth.js)) because GitHub's API to exchange an OAuth code for an access token is not CORS enabled.

## License

[ISC](LICENSE.md)