-
Notifications
You must be signed in to change notification settings - Fork 35
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(middleware): oauth-app has no onUnhandledRequest option #337
Conversation
@baoshan is this PR ready for review / beta release? |
Thanks. Please review it. I’ll open another PR once |
This is the PR to |
This needs a final rebase |
f0a1d63
to
a8538e5
Compare
Rebased. Depends on |
98d18a1
to
311f618
Compare
311f618
to
ca19ae5
Compare
BREAKING CHANGE: onUnhandledRequest middleware option is removed
ca19ae5
to
f55d03a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't have the time to thoroughly review it and I won't be able to soon. But I don't want you to get blocked and really appreciate all your work you put into this, so I'm going to merge it into beta.
🎉 This PR is included in version 14.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR keeps
app.js
updated if we could remove theonUnhandledRequest
option fromoauth-app.js
.Related PR: #341