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 backend NextJS 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
