-
Notifications
You must be signed in to change notification settings - Fork 49
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
Added the ability to configure cookie options within a route #260
Conversation
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.
lgtm
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.
lgtm
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.
#260 (comment) needs resolution
Co-authored-by: Gürgün Dayıoğlu <[email protected]> Signed-off-by: Oleg Gheorghita <[email protected]>
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.
Looks good to me
One last thing, can you also add this test that tests the feature with regenerate
?
Thanks
@gurgunday, I updated Override global options test with regenerate changes, is that ok or would you like to add it as a separate test? |
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.
lgtm
@mcollina @gurgunday can we merge or something else is required? |
This PR add the ability to configure cookie options within a route. Relates to #257
Checklist
npm run test
andnpm run benchmark
and the Code of conduct