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

[FEATURE] Implementation of OAuth. #169

Open
anand346 opened this issue Feb 10, 2025 · 0 comments
Open

[FEATURE] Implementation of OAuth. #169

anand346 opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anand346
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently at the build time, fetching issues for all languages hit the API rate limit, due to which the build fails as we are using SSG method to generate pages for all languages.

Describe the solution you'd like
To solve this problem we can implement OAuth to extend the rate limit to 5000 requests per hour.

Describe alternatives you've considered
Alternative can be to generate multiple personal access token and then use those tokens page wise for every page so that we dont hit the rate limit.

Additional context
We would need the design of authentication page first so that the implementation gets easy.

@anand346 anand346 added the enhancement New feature or request label Feb 10, 2025
@anand346 anand346 self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant