Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get authorized access to the GitHub API #72

Open
natebass opened this issue Nov 20, 2022 · 1 comment
Open

Get authorized access to the GitHub API #72

natebass opened this issue Nov 20, 2022 · 1 comment

Comments

@natebass
Copy link
Member

natebass commented Nov 20, 2022

Authorized access to the GitHub API is needed to get info about collaborators for projects. An API key must be stored in a secure way. Also, an API token needs to be obtained, either with each request or saved and periodically updated. I'm not sure if this is possible with Jekyll. We might have to create a seperate API service that is in between our static website and the GitHub API.

@feydan
Copy link
Member

feydan commented Feb 2, 2023

Thinking we could use AWS lambda to support getting collaborators -- deploy the simple api that has a github token built in and can accept a request to get collaborators for a project and return it back to the front-end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants