-
Notifications
You must be signed in to change notification settings - Fork 523
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
[oss.gg hackathon] Template for Typescript NestJS #2361
Labels
Comments
/assign |
Assigned to @djnovin! Please open a draft PR linking this issue within 48h |
18 tasks
/assign |
This issue is already assigned to another person. Please find more issues here. |
This was referenced Oct 13, 2024
This was referenced Oct 21, 2024
This was referenced Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What side quest or challenge are you solving?
Create a template of using some framework or language to build an API and protect it with Unkey.
Points
750
Description
In this pull request, I've integrated
Unkey
to provide route protection for the backendNextJS
application. The key features implemented are:API Key Verification: Added NestJS
AuthGuard
module to verify API keys using Unkey. Only requests with valid API keys in the Authorization header (Bearer token) are allowed to access protected routes.Provide proof that you've completed the task
The text was updated successfully, but these errors were encountered: