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
- Host: GitHub
- URL: https://github.com/gr2m/create-user-to-server-token
- Owner: gr2m
- License: isc
- Created: 2021-05-20T18:23:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T19:38:13.000Z (almost 4 years ago)
- Last Synced: 2025-10-23T06:30:43.304Z (9 months ago)
- Language: HTML
- Homepage: https://create-user-to-server-token.netlify.app/
- Size: 12.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)