-
Notifications
You must be signed in to change notification settings - Fork 583
feat: add new @unkey/nuxt
module
#89
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
Conversation
@danielroe is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Bearer Token | ab4d0da | packages/nuxt/test/index.spec.ts | View secret |
- | Bearer Token | 0591ae7 | packages/nuxt/test/index.spec.ts | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* feat: add new `@unkey/nuxt` module * fix: correct key * fix: handle key-not-found 404s * chore: add example `.env` file * chore: update build command + add node types * fix: ensure context augmentation happens for server routes too * style: lint/format nuxt package * fix: allow using `useUnkey` until it supports undefined token * test: add basic test suite * ci: add test/build + turbo workflow * docs: add nuxt docs * chore: use env variable for testing
This adds a new
@unkey/nuxt
module. It currently does two things:useUnkey()
helper that allows access to an automatically configured unkey instance. (Root key can be passed in module config or at runtime viaNUXT_UNKEY_TOKEN
variable.)Authorization: Bearer xxx
header.These features can be granularly enabled.
Testing:
To test this module, you can run the following steps:
TODO:
I'm also happy to add linting, etc, but didn't see any decisions taken on this at a project level