-
Notifications
You must be signed in to change notification settings - Fork 509
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
chore: FoalTS middleware with Unkey RBAC #2537
base: main
Are you sure you want to change the base?
Conversation
|
@harshsbhat is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces a new entry to a project list that demonstrates the use of Unkey with various frameworks for building APIs. Specifically, it adds a project titled "FoalTS middleware with Unkey RBAC," created by Harsh Bhat on 22-October-2024, along with a link to the GitHub repository. The existing structure and requirements for submissions remain unchanged, maintaining the emphasis on open-source projects that are MIT licensed and include a README.md with a quickstart guide. Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for following the naming conventions for pull request titles! 🙏 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oss.gg/7_create_a_template.md
Outdated
@@ -54,4 +54,6 @@ Your turn 👇 | |||
|
|||
» 12-October-2024 by Nazar Poshtarenko [Next.js Unkey Pay-as-you-Go Starter Kit](https://github.com/unrenamed/unkey-nextjs-pay-as-you-go) | |||
|
|||
» 22-October-2024 by Nazar Poshtarenko [FoalTS middleware with Unkey RBAC](https://github.com/harshsbhat/unkey-foal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Attribution needs correction - repository owner is the sole contributor
Based on the repository data and commit history:
- Repository owner: Harsh Shrikant Bhat (harshsbhat)
- All commits are from Harsh Shrikant Bhat
- No contributions or mentions of Nazar Poshtarenko
The template entry should be updated to correctly attribute the work to Harsh Shrikant Bhat instead of Nazar Poshtarenko.
🔗 Analysis chain
Verify authorship of the template
There appears to be an inconsistency between the claimed author (Nazar Poshtarenko) and the repository owner (harshsbhat). Please clarify the correct attribution or update the repository link if this is a collaborative work.
Let me try a different approach to verify the repository details and contributors.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Verify repository ownership and contributors
# Test: Check repository details and contributors
gh repo view harshsbhat/unkey-foal --json owner,name,description,collaborators
Length of output: 1211
Script:
#!/bin/bash
# Description: Verify repository ownership and contributors using different fields
# Get basic repository info
gh repo view harshsbhat/unkey-foal --json owner,name,description,mentionableUsers
# Also check recent commits to see contribution patterns
gh api /repos/harshsbhat/unkey-foal/commits --paginate | jq -r '.[].commit.author'
Length of output: 1141
Adds a template that showcases an RBAC middleware for API key authentication in a FoalTS backend, using Unkey API for secure key management.
https://github.com/harshsbhat/unkey-foal
Fixes #2150
Summary by CodeRabbit
New Features
Documentation