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

OAuth で Rate Limit を上げる #4

Open
kos59125 opened this issue Apr 18, 2020 · 0 comments
Open

OAuth で Rate Limit を上げる #4

kos59125 opened this issue Apr 18, 2020 · 0 comments

Comments

@kos59125
Copy link
Owner

概要

認証しない状態で GitHub REST API の Rate Limit は 60 回/時間に制限されており、コンテンツが増えた場合に制約が厳しく、コンテンツを正常に見られない可能性がある。 OAuth Apps でユーザー認証することにより、ユーザーごとに 5,000 回/時間となり、通常の閲覧であれば十分となる。

現状の課題

トークンエンドポイントが CORS 対応していないため、バックエンドサーバーが存在しない本アプリケーションではトークンを取得することができない。

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

1 participant