middleware icon indicating copy to clipboard operation
middleware copied to clipboard

feat(oauth-providers): Pass optional state as parameter, so we can link other state info to it

Open mansimransingh opened this issue 10 months ago • 2 comments

state?: string is an option in google oauth middleware. I think its generally useful to be able to pass custom state identifier since it allows us to attach arbitrary data to a request.

mansimransingh avatar Feb 23 '25 23:02 mansimransingh

🦋 Changeset detected

Latest commit: ac61cc0c00847f932489dbb58e7de6114383103e

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

This PR includes changesets to release 1 package
Name Type
@hono/oauth-providers Minor

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

changeset-bot[bot] avatar Feb 23 '25 23:02 changeset-bot[bot]

@mansimransingh Thank you for the PR!

Hi @monoald, Can you review this?

yusukebe avatar Feb 26 '25 08:02 yusukebe