Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

💻 RSS Feed for GitHub gist comments.

License

Notifications You must be signed in to change notification settings

stefansundin/github-activity

Repository files navigation

Configuration

  • GITHUB_TOKEN is required for access to the GitHub GraphQL API. This is used for non-authenticated access. Generate a token here with no scopes.
  • GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET is required for authenticated access to private gists. Create an OAuth application here.
  • ENCRYPTION_KEY is used to encrypt the token in the URL for authenticated access. The app itself is completely stateless and does not store the tokens so it relies on being passed the token by the user. Run rake secret to generate a good key.