middleware
middleware copied to clipboard
feat(oauth-providers): Pass optional state as parameter, so we can link other state info to it
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.
🦋 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
@mansimransingh Thank you for the PR!
Hi @monoald, Can you review this?