Skip to content
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

fix(nuxt): Support async middleware handler #4888

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

IceHugh
Copy link

@IceHugh IceHugh commented Jan 14, 2025

Description

Changes:

  • [Summarize the key changes you have made in the PR.]
  • [Provide additional context for the changes if necessary.]

Testing:

  • [Explain how to test the change (e.g., run specific commands, test particular scenarios, etc.)]
  • [If relevant, describe how to reproduce the issue and confirm the fix works.]

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports.
  • (If applicable) Documentation has been updated.

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Copy link

changeset-bot bot commented Jan 14, 2025

🦋 Changeset detected

Latest commit: 1629a4b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/nuxt Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jan 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 7:01am

@wobsoriano wobsoriano changed the title chore(nuxt): support async middleware handlers and options fix(nuxt): support async middleware handlers and options Jan 14, 2025
@wobsoriano wobsoriano changed the title fix(nuxt): support async middleware handlers and options fix(nuxt): Support async middleware handler Jan 14, 2025
Copy link
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find, thanks! We have this fix in the community SDK recently but wasn't able to add it here!

@wobsoriano wobsoriano enabled auto-merge (squash) January 14, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants