-
Notifications
You must be signed in to change notification settings - Fork 74
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
Configurable Authentication for Leaderboard #430
Comments
@rithviknishad can you please assign this to me ! |
This may be an opt-in feature. To be disabled by default and would be disabled for this org's deployment too. How would you validate a user is allowed to access the deployment? |
|
Let's say an organization A that has private repositories and their leaderboard is set to include those information, how would you validate if a person is from org. A? |
That might be a bit tricky!
|
I have one suggestion, |
@rithviknishad , can we have a separate endpoint that is only accessible to the owner? The owner's email will be placed in the env , and the user with that email can access a route where the owner can add users' emails to allow them access to the website. I think we can somehow have write access permissions for the data repository directly using GitHub's new fine-grained PAT and update the data repository using Octokit. |
@dgparmar14 we need authentication to verify the users who will have access to private repositories, right? |
The text was updated successfully, but these errors were encountered: